Implementation of some standard synchronization primitives.
File | Description |
---|---|
locks/bakery.h |
Lamport's Bakery algorithm |
locks/lamport.h |
Lamport's Fast algorithm |
locks/spin.h |
test-and-test-and-set lock |
locks/ticket.h |
Ticket lock |
locks/mcs.h |
Mellor-Crummey and Scott lock |
Only tested on x86-64.