History log of /seL4-camkes-master/projects/musllibc/src/thread/call_once.c
Revision Date Author Comments
# e16f70f4 06-Sep-2014 Jens Gustedt <Jens.Gustedt@inria.fr>

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.