]> pd.if.org Git - pdclib.old/commit - platform/posix/internals/_PDCLIB_config.h
Add pthreads threading backend and move the POSIX port over to using it
authorOwen Shepherd <owen.shepherd@e43.eu>
Thu, 27 Dec 2012 21:49:28 +0000 (21:49 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Thu, 27 Dec 2012 21:49:28 +0000 (21:49 +0000)
commitd293fb98fe80a472ad4d11b4d8a1413d2142064a
tree4c03fa5e5d8b008a04755b2a5e2d1b513ad17a15
parent42ca148113de4800d41cbd0491c508160bb1cf36
Add pthreads threading backend and move the POSIX port over to using it
opt/pthreads/_PDCLIB_threadconfig.h [new file with mode: 0644]
opt/pthreads/call_once.c [new file with mode: 0644]
opt/pthreads/mtx_destroy.c [new file with mode: 0644]
opt/pthreads/mtx_init.c [new file with mode: 0644]
opt/pthreads/mtx_lock.c [new file with mode: 0644]
opt/pthreads/mtx_timedlock.c [new file with mode: 0644]
opt/pthreads/mtx_trylock.c [new file with mode: 0644]
opt/pthreads/mtx_unlock.c [new file with mode: 0644]
platform/posix/Config.jam
platform/posix/functions/_PDCLIB/stdinit.c
platform/posix/internals/_PDCLIB_config.h