This website requires JavaScript.
Explore
Help
Sign In
denozord
/
strongswan-ext
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4d21000cf71c9f89d81c1c54a0fc11be7a0c04b2
strongswan-ext
/
src
/
libstrongswan
/
threading
T
History
Tobias Brunner
4d21000cf7
Added recursive read_lock support to our own implementation of rwlock_t.
2012-05-02 14:45:38 +02:00
..
condvar.h
…
lock_profiler.h
…
mutex.c
Migrated mutex_t to INIT/METHOD macros.
2011-10-03 15:45:17 +02:00
mutex.h
…
rwlock.c
Added recursive read_lock support to our own implementation of rwlock_t.
2012-05-02 14:45:38 +02:00
rwlock.h
…
semaphore.c
Added a wrapper class around POSIX semaphores.
2012-05-02 14:45:37 +02:00
semaphore.h
Added a wrapper class around POSIX semaphores.
2012-05-02 14:45:37 +02:00
thread_value.c
Migrated thread_value_t to INIT/METHOD macros.
2011-10-03 14:57:07 +02:00
thread_value.h
…
thread.c
Fix gettid() on Android, which is defined in unistd.h there.
2012-01-12 11:08:22 +01:00
thread.h
…