Ticket lock for fair FIFO locking where each lock acquisition is assigned a unique ticket number from an atomic counter and requests are served in order of their ticket, with each unlock incrementing the serving counter so that the next ticket can proceed
-
Notifications
You must be signed in to change notification settings - Fork 0
Ticket lock for fair FIFO locking where each lock acquisition is assigned a unique ticket number from an atomic counter and requests are served in order of their ticket, with each unlock incrementing the serving counter so that the next ticket can proceed
License
goodcleanfun/ticket_spinlock
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Ticket lock for fair FIFO locking where each lock acquisition is assigned a unique ticket number from an atomic counter and requests are served in order of their ticket, with each unlock incrementing the serving counter so that the next ticket can proceed
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published