summaryrefslogtreecommitdiffstats
path: root/include/c11
Commit message (Expand)AuthorAgeFilesLines
* 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