Home
last modified time | relevance | path

Searched defs:call_once (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/tests/lib/libpthread/
H A Dt_call_once.c42 ATF_TC_HEAD(call_once, tc) in ATF_TC_HEAD() argument
68 ATF_TC_BODY(call_once, tc) in ATF_TC_BODY() argument
/netbsd-src/lib/libpthread/
H A Dcall_once.c40 call_once(once_flag *flag, void (*func)(void)) in call_once() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreading.h119 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function