summaryrefslogtreecommitdiff
path: root/include/c11/threads_posix.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-13c11/haiku: Define missing timespec_get on HaikuAlexander von Gluck IV1-1/+1
2017-11-09threads: update for late C11 changesNicolai Hähnle1-24/+15
2016-07-15Disable use of weak in threads_posix.h on CygwinJon Turney1-1/+1
2016-05-24c11/threads: resolve link issues with -O0Emil Velikov1-0/+26
2016-05-23c11/threads: create mutexattrs only when neededEmil Velikov1-2/+7
2015-10-08c11/threads: initialize timeout structureJan Vesely1-0/+6
2015-09-25c11/threads: Assert that mtx is non-NULL and check return values.Matt Turner1-25/+23
2015-03-16c11/threads: Use PTHREAD_MUTEX_RECURSIVE by defaultFelix Janda1-6/+1
2014-03-19c11/threads: don't include assert.h if the assert macro is already definedBrian Paul1-0/+2
2014-01-24c11: Do not use pthread_mutex_timedlock on NetBSD.Vinson Lee1-1/+1
2014-01-23c11: Fix missing pthread_mutex_timedlock declaration warnings on MacOSX.José Fonseca1-1/+7
2014-01-23c11: Update docs/license.html and include verbatim copy of Boost license.José Fonseca1-1/+22
2014-01-23c11: Import threads.h emulation library.José Fonseca1-0/+346