]> pd.if.org Git - pdclib/commit
win32: initial pass at thread support
authorOwen Shepherd <owen.shepherd@e43.eu>
Wed, 22 Aug 2012 22:23:05 +0000 (23:23 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Wed, 22 Aug 2012 22:23:05 +0000 (23:23 +0100)
commit639bad513ab9399ed9a8c588a476a10dbe6c9478
tree1d2cfb678dc43b1656f2e7ec038108f2a720fe9e
parent008908f7a61acf9df1248c005378a3c4b4393547
win32: initial pass at thread support
12 files changed:
platform/win32/Config.jam
platform/win32/functions/_PDCLIB/_PDCLIB_runTlsCallbacks.c [new file with mode: 0644]
platform/win32/functions/_PDCLIB/_tls_used.c [new file with mode: 0644]
platform/win32/functions/threads/call_once.c [new file with mode: 0644]
platform/win32/functions/threads/mtx_init.c [new file with mode: 0644]
platform/win32/functions/threads/mtx_lock.c [new file with mode: 0644]
platform/win32/functions/threads/mtx_unlock.c [new file with mode: 0644]
platform/win32/functions/threads/tss_create.c [new file with mode: 0644]
platform/win32/functions/threads/tss_delete.c [new file with mode: 0644]
platform/win32/functions/threads/tss_get.c [new file with mode: 0644]
platform/win32/functions/threads/tss_set.c [new file with mode: 0644]
platform/win32/internals/_PDCLIB_threadconfig.h [new file with mode: 0644]