Searched refs:__call_once (Results 1 – 2 of 2) sorted by relevance
/minix/external/bsd/libc++/dist/libcxx/include/ |
H A D | mutex | 536 _LIBCPP_FUNC_VIS void __call_once(volatile unsigned long&, void*, void(*)(void*)); 550 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Gp>); 564 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Callable>); 576 __call_once(__flag.__state_, &__p, &__call_once_proxy<const _Callable>);
|
/minix/external/bsd/libc++/dist/libcxx/src/ |
H A D | mutex.cpp | 228 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) in __call_once() function
|