]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/threading/mutex.c
time: Allow using different clocks
[thirdparty/strongswan.git] / src / libstrongswan / threading / mutex.c
2020-06-02  Tobias Brunnertime: Allow using different clocks
2020-06-02  Tobias Brunnermutex: Don't use ...timedwait_monotonic() if clock...
2020-02-11  Josh SorefSpelling fixes
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2014-09-09  Tobias Brunnermutex: Use atomics to set current thread in recursive...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-18  Tobias BrunnerMerge branch 'android-mobility'
2012-10-18  Tobias BrunnerUse a helper function to add milliseconds to timeval...
2012-08-03  Tobias BrunnerImplemented recursive mutex without thread-specific...
2011-10-03  Tobias BrunnerMigrated mutex_t to INIT/METHOD macros.
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-12-23  Tobias BrunnerUse pthread_cond_timedwait_monotonic on Android.
2009-12-23  Tobias BrunnerUsing the thread wrapper in charon, libstrongswan and...
2009-12-23  Tobias BrunnerCheck for pthread_condattr_init added to configure...
2009-12-23  Tobias BrunnerMoved implementation of condvar_t to mutex.c because...
2009-12-23  Tobias BrunnerSeparated the public interfaces of the threading primit...
2009-12-23  Tobias BrunnerThreading primitives separated.
2009-12-23  Tobias BrunnerMoved mutex.c to a separate folder in order to cleanly...