add C11 mutex functions
authorJens Gustedt <Jens.Gustedt@inria.fr>
Sun, 7 Sep 2014 02:07:22 +0000 (22:07 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 7 Sep 2014 02:07:22 +0000 (22:07 -0400)
commit8b0472932c1cb8cb2cc46322b21c0c4e21848522
treea2c72eb0d39458bd87c4dc8b4810813d1b8a1819
parente16f70f45210294321a88f23c85ac45046577adc
add C11 mutex functions
src/thread/mtx_destroy.c [new file with mode: 0644]
src/thread/mtx_init.c [new file with mode: 0644]
src/thread/mtx_lock.c [new file with mode: 0644]
src/thread/mtx_timedlock.c [new file with mode: 0644]
src/thread/mtx_trylock.c [new file with mode: 0644]
src/thread/mtx_unlock.c [new file with mode: 0644]