aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/semaphore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move thread utils (barrier and semaphore) to a subpackage of utilJack Lloyd2018-01-121-42/+0
| | | | | | They are not needed except by the filter code so being able to easily remove them from the build is nice; utils is always compiled in so that should be as small as possible.
* #1220 - fixed fixes of integer overflowHubert Bugaj2017-10-101-6/+2
|
* #1220 - fixed signed overflow warningsHubert Bugaj2017-10-091-8/+9
|
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-2/+6
|
* Ensure all files have copyright and license info.lloyd2015-01-101-2/+4
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Move lib into srclloyd2014-01-101-0/+39