Home
last modified time | relevance | path

Searched defs:__call_once (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dcall_once.cpp31 void __call_once(volatile once_flag::_State_type& flag, void* arg, void (*func)(void*)) { in __call_once() function
H A Dmutex.cpp204 void __call_once(volatile once_flag::_State_type& flag, void* arg, __call_once() function