strongswan/src/libstrongswan/threading
Tobias Brunner 0d30d73eb9 thread: Properly clean up meta data of main thread 2014-03-07 18:28:38 +01:00
..
condvar.h Separated the public interfaces of the threading primitives. 2009-12-23 17:01:53 +01:00
lock_profiler.h Option to skip slow addr2line resolution in leak-detective 2010-05-20 17:37:18 +02:00
mutex.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
mutex.h Using the thread wrapper in charon, libstrongswan and their plugins. 2009-12-23 17:03:41 +01:00
rwlock.c Fixed some typos 2013-10-29 11:44:23 +01:00
rwlock.h Separated the public interfaces of the threading primitives. 2009-12-23 17:01:53 +01:00
rwlock_condvar.h Added a condvar implementation that works with rwlock_t 2012-09-21 18:16:27 +02:00
semaphore.c semaphore: Support cancellation in wait functions of semaphore fallback 2013-10-23 16:08:40 +02:00
semaphore.h semaphore: similar to thread_create(), semaphore_create() is used by Mach 2013-05-06 16:06:48 +02:00
spinlock.c Use a ./configure check to detect pthread spinlock availability 2012-12-18 09:51:33 +01:00
spinlock.h Added wrapper for POSIX spin locks 2012-07-04 10:13:49 +02:00
thread.c thread: Properly clean up meta data of main thread 2014-03-07 18:28:38 +01:00
thread.h thread: Note that tread_cancellation_point temporarily activates cancelability 2013-11-06 10:31:00 +01:00
thread_value.c Properly cleanup thread-local values for the threads destroying thread_value_t objects 2012-07-12 09:43:27 +02:00
thread_value.h Adding an object-oriented wrapper for thread-specific values. 2009-12-23 17:02:26 +01:00