aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/semaphore.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use POSIX semaphores if a MONOTONIC clock is availableMartin Willi2012-08-201-0/+8
* Add a mutex/condvar based semaphore implementation if sem_timedwait is unavai...Martin Willi2012-08-201-2/+67
* Added a wrapper class around POSIX semaphores.Tobias Brunner2012-05-021-0/+106