libcruft-util/test/job
Danny Robson 5dda5d130a spinlock: reduce iterations for testing
4096 iterations should be enough to demonstrate any issues, but still
execute quickly enough for everyday testing
2018-03-15 23:49:12 +11:00
..
event.cpp job/event: a simple reusable edge triggered event 2018-03-15 15:23:43 +11:00
flag.cpp job/flag: add a one off event object 2018-03-15 15:23:43 +11:00
monitor.cpp job/monitor: add simple monitor adapter 2018-03-15 15:25:18 +11:00
queue.cpp job/queue: rework locking for reliability 2018-03-15 15:25:19 +11:00
semaphore.cpp job/semaphore: add a basic semaphore implementation 2018-03-15 15:25:14 +11:00
spinlock.cpp spinlock: reduce iterations for testing 2018-03-15 23:49:12 +11:00
ticketlock.cpp job/ticketlock: add a trivial ticketlock 2018-03-15 15:23:43 +11:00