Searched refs:__call_once (Results 1 – 2 of 2) sorted by relevance
535 _LIBCPP_FUNC_VIS void __call_once(volatile unsigned long&, void*, void(*)(void*));549 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Gp>);563 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Callable>);
224 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) in __call_once() function