Skip to content

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

Notifications You must be signed in to change notification settings

goodcleanfun/ticket_spinlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticket_spinlock

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

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

No packages published