]> pd.if.org Git - pdclib/commit
pthread c11 threading backend: add support for thread specific data
authorOwen Shepherd <owen.shepherd@e43.eu>
Mon, 31 Dec 2012 19:17:07 +0000 (19:17 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Mon, 31 Dec 2012 19:17:07 +0000 (19:17 +0000)
commit540e01a59a43ba091b3b221bf00f1ee7df8cdf1f
treef2f28639ad47faa29635275efa5c552f74b138ef
parentf133f37ab345ed859a35cf6e19aba2f02d18cee8
pthread c11 threading backend: add support for thread specific data
opt/pthreads/tss_create.c [new file with mode: 0644]
opt/pthreads/tss_delete.c [new file with mode: 0644]
opt/pthreads/tss_get.c [new file with mode: 0644]
opt/pthreads/tss_set.c [new file with mode: 0644]