| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: correct assertion | Emil Velikov | 2014-08-12 | 1 | -1/+1 |
* | c11/threads: don't include assert.h if the assert macro is already defined | Brian Paul | 2014-03-19 | 2 | -0/+4 |
* | c11/threads: Don't implement thrd_current on Windows. | José Fonseca | 2014-03-04 | 1 | -2/+32 |
* | c11/threads: Fix nano to milisecond conversion. | José Fonseca | 2014-03-04 | 1 | -1/+1 |
* | c11: Add missing stdlib.h include. | José Fonseca | 2014-01-28 | 1 | -0/+1 |
* | 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 | 3 | -3/+66 |
* | c11: Import threads.h emulation library. | José Fonseca | 2014-01-23 | 3 | -0/+992 |