aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/mutex.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-216/+0
| | | | primitives (and utils/mutex.h is now threading.h).
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-12/+12
|
* use monotonic time source in convar->timed_wait, and in the scheduler using itMartin Willi2009-08-311-7/+10
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-4/+4
| | | | enums mutex/condvar/rwlock_type_t.
* Make accept(2) and recvfrom(2) cancellation points on Mac OS X.Tobias Brunner2009-07-301-0/+27
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* replacing the pthread_mutex in scheduler_t with the wrapped implementation.Tobias Brunner2008-11-251-0/+12
| | | | added a method to condvar_t which allows to wait for an absolute timeout.
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-051-0/+9
|
* wrapped rwlock with profiling supportMartin Willi2008-11-051-0/+44
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+123