summaryrefslogtreecommitdiffstats
path: root/include/c11/threads_posix.h
Commit message (Expand)AuthorAgeFilesLines
* Disable use of weak in threads_posix.h on CygwinJon Turney2016-07-151-1/+1
* c11/threads: resolve link issues with -O0Emil Velikov2016-05-241-0/+26
* c11/threads: create mutexattrs only when neededEmil Velikov2016-05-231-2/+7
* c11/threads: initialize timeout structureJan Vesely2015-10-081-0/+6
* c11/threads: Assert that mtx is non-NULL and check return values.Matt Turner2015-09-251-25/+23
* c11/threads: Use PTHREAD_MUTEX_RECURSIVE by defaultFelix Janda2015-03-161-6/+1
* c11/threads: don't include assert.h if the assert macro is already definedBrian Paul2014-03-191-0/+2
* c11: Do not use pthread_mutex_timedlock on NetBSD.Vinson Lee2014-01-241-1/+1
* c11: Fix missing pthread_mutex_timedlock declaration warnings on MacOSX.José Fonseca2014-01-231-1/+7
* c11: Update docs/license.html and include verbatim copy of Boost license.José Fonseca2014-01-231-1/+22
* c11: Import threads.h emulation library.José Fonseca2014-01-231-0/+346