aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/rwlock.h
Commit message (Collapse)AuthorAgeFilesLines
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-42/+40
|
* Implemented a read-write lock using only mutex_t and condvar_t (in case the ↵Tobias Brunner2009-12-231-0/+36
| | | | pthread_rwlock_* group of functions is not available).
* Threading primitives separated.Tobias Brunner2009-12-231-0/+46