aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/semaphore.h
Commit message (Collapse)AuthorAgeFilesLines
* semaphore: similar to thread_create(), semaphore_create() is used by MachMartin Willi2013-05-061-0/+5
| | | | | | The compiler spits no warning, but the wrong symbol is used when calling semaphore_create() from strongSwan. Override the name with a #define to force the use of our semaphore_create().
* Added a wrapper class around POSIX semaphores.Tobias Brunner2012-05-021-0/+85