add C11 thread functions operating on tss_t and once_flag
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.
Showing
src/thread/call_once.c
0 → 100644
src/thread/tss_create.c
0 → 100644
src/thread/tss_delete.c
0 → 100644
src/thread/tss_set.c
0 → 100644
想要评论请 注册 或 登录