strongswan/src/libstrongswan/threading
Martin Willi 01c0267778 thread: implicitly create thread_t if an external thread calls thread_current() 2013-07-18 12:17:53 +02: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 Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02: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 Don't use POSIX semaphores if a MONOTONIC clock is available 2012-08-20 18:01:20 +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: implicitly create thread_t if an external thread calls thread_current() 2013-07-18 12:17:53 +02:00
thread.h We have to rename thread_create on Mac OS X because it conflicts with a syscall. 2010-04-29 14:52:20 +02: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