aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/rwlock.h
Commit message (Expand)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 p...Tobias Brunner2009-12-231-0/+36
* Threading primitives separated.Tobias Brunner2009-12-231-0/+46