aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/condvar.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved implementation of condvar_t to mutex.c because it requires access to ↵Tobias Brunner2009-12-231-177/+0
| | | | private_mutex_t.
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+18
|
* Threading primitives separated.Tobias Brunner2009-12-231-0/+160