summaryrefslogtreecommitdiff
path: root/src/thread/tss_create.c
AgeCommit message (Collapse)AuthorLines
2014-09-06add C11 thread functions operating on tss_t and once_flagJens Gustedt-0/+11
These all have POSIX equivalents, but aside from tss_get, they all have minor changes to the signature or return value and thus need to exist as separate functions.