]> pd.if.org Git - pdclib.old/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)
commitfd89f130aedf49fbdb3e4f5a24c9cedb56eea22e
tree9c94408791bde6594221bb5baf2e56f6298abae0
parentf893788005db800c0bdb8d02ae2a9aa6ce3437a9
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]