libcruft-util/test/job
Danny Robson 9bfefb3dab job/queue: use a reaper thread to clear finished tasks
clearing the tasks on the worker threads can cause the queue to stall
while the cookie is notified, released, and deleted. we punt the cleanup
off to a reaper thread so that the workers can continue.
2018-03-22 14:59:03 +11:00
..
event.cpp job/event: a simple reusable edge triggered event 2018-03-15 15:23:43 +11:00
flag.cpp job/flag: improved parallelism test 2018-03-20 18:02:20 +11:00
monitor.cpp job/monitor: add simple monitor adapter 2018-03-15 15:25:18 +11:00
queue.cpp job/queue: use a reaper thread to clear finished tasks 2018-03-22 14:59:03 +11:00
semaphore.cpp job/semaphore: add a basic semaphore implementation 2018-03-15 15:25:14 +11:00
spinlock.cpp test: read TAP status before exit 2018-03-20 14:50:46 +11:00
ticketlock.cpp test: read TAP status before exit 2018-03-20 14:50:46 +11:00