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