]> pd.if.org Git - pdclib.old/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)
commit21c5050f9d173dc1ea751cb8d32549d22d01aba8
tree1d7489d09af0e1fbbb5148d3d37f0b5972c0d12e
parent63253d8feb501c19ef09194a6da407a8c331cfad
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]