Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-07-15 | Disable use of weak in threads_posix.h on Cygwin | Jon Turney | 1 | -1/+1 |
2016-05-24 | c11/threads: resolve link issues with -O0 | Emil Velikov | 1 | -0/+26 |
2016-05-23 | c11/threads: create mutexattrs only when needed | Emil Velikov | 1 | -2/+7 |
2015-10-08 | c11/threads: initialize timeout structure | Jan Vesely | 1 | -0/+6 |
2015-09-25 | c11/threads: Assert that mtx is non-NULL and check return values. | Matt Turner | 1 | -25/+23 |
2015-03-16 | c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default | Felix Janda | 1 | -6/+1 |
2014-03-19 | c11/threads: don't include assert.h if the assert macro is already defined | Brian Paul | 1 | -0/+2 |
2014-01-24 | c11: Do not use pthread_mutex_timedlock on NetBSD. | Vinson Lee | 1 | -1/+1 |
2014-01-23 | c11: Fix missing pthread_mutex_timedlock declaration warnings on MacOSX. | José Fonseca | 1 | -1/+7 |
2014-01-23 | c11: Update docs/license.html and include verbatim copy of Boost license. | José Fonseca | 1 | -1/+22 |
2014-01-23 | c11: Import threads.h emulation library. | José Fonseca | 1 | -0/+346 |