summaryrefslogtreecommitdiff
path: root/libadhocutil/semaphore.h
Commit message (Collapse)AuthorAge
* C++17Dan Goodliffe2018-04-06
| | | | | | Replaces boost locks with std locks. Removes upgradable locks which aren't yet supported in native C++. Bolsters tests around behaviour of lock helpers and simplifies their implementation.
* Add support for querying semaphore valueDan Goodliffe2015-12-28
|
* Add missing doxygen commentsDan Goodliffe2015-11-18
|
* Add a portable semaphore class with timeout supportDan Goodliffe2015-11-17