]> pd.if.org Git - pdclib/commit
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)
commita3b310f13d9001554fe24f3eebab8c0bebac72ca
treeafb068b935062f640ad083c751235e3a6c76d494
parentc2d0eabd70beb268554939e4cc7fdc0732b21141
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