summaryrefslogtreecommitdiff
path: root/include/c11
Commit message (Expand)AuthorAgeFilesLines
* Require Visual Studio 2015.Jose Fonseca2018-09-101-11/+1
* threads,configure.ac,meson.build: define and use HAVE_TIMESPEC_GETNicolai Hähnle2017-11-161-1/+1
* c11/haiku: Define missing timespec_get on HaikuAlexander von Gluck IV2017-11-131-1/+1
* threads: fix MinGW build breakageBrian Paul2017-11-091-1/+4
* threads: update for late C11 changesNicolai Hähnle2017-11-093-53/+47
* c11/threads: rework Windows thrd_current() commentEmil Velikov2017-05-041-3/+7
* c11/threads: Include thr/xtimec.h for xtime definition when building with MSVC.Jose Fonseca2017-03-291-0/+5
* Introduce .editorconfigEric Engestrom2016-08-311-0/+3
* 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: correct assertionEmil Velikov2014-08-121-1/+1
* c11/threads: don't include assert.h if the assert macro is already definedBrian Paul2014-03-192-0/+4
* c11/threads: Don't implement thrd_current on Windows.José Fonseca2014-03-041-2/+32
* c11/threads: Fix nano to milisecond conversion.José Fonseca2014-03-041-1/+1
* c11: Add missing stdlib.h include.José Fonseca2014-01-281-0/+1
* 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-233-3/+66
* c11: Import threads.h emulation library.José Fonseca2014-01-233-0/+992