aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented a read-write lock using only mutex_t and condvar_t (in case the p...Tobias Brunner2009-12-232-0/+186
* Threading primitives separated.Tobias Brunner2009-12-237-393/+525
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-0/+551