summaryrefslogtreecommitdiff
path: root/include/c11
AgeCommit message (Expand)AuthorFilesLines
2018-09-10Require Visual Studio 2015.Jose Fonseca1-11/+1
2017-11-16threads,configure.ac,meson.build: define and use HAVE_TIMESPEC_GETNicolai Hähnle1-1/+1
2017-11-13c11/haiku: Define missing timespec_get on HaikuAlexander von Gluck IV1-1/+1
2017-11-09threads: fix MinGW build breakageBrian Paul1-1/+4
2017-11-09threads: update for late C11 changesNicolai Hähnle3-53/+47
2017-05-04c11/threads: rework Windows thrd_current() commentEmil Velikov1-3/+7
2017-03-29c11/threads: Include thr/xtimec.h for xtime definition when building with MSVC.Jose Fonseca1-0/+5
2016-08-31Introduce .editorconfigEric Engestrom1-0/+3
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-08-12c11/threads: correct assertionEmil Velikov1-1/+1
2014-03-19c11/threads: don't include assert.h if the assert macro is already definedBrian Paul2-0/+4
2014-03-04c11/threads: Don't implement thrd_current on Windows.José Fonseca1-2/+32
2014-03-04c11/threads: Fix nano to milisecond conversion.José Fonseca1-1/+1
2014-01-28c11: Add missing stdlib.h include.José Fonseca1-0/+1
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é Fonseca3-3/+66
2014-01-23c11: Import threads.h emulation library.José Fonseca3-0/+992