Searched refs:__call_once (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/include/ |
D | mutex | 571 _LIBCPP_FUNC_VIS void __call_once(volatile unsigned long&, void*, void(*)(void*)); 585 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Gp>); 599 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Callable>); 611 __call_once(__flag.__state_, &__p, &__call_once_proxy<const _Callable>);
|
/external/libcxx/src/ |
D | mutex.cpp | 202 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) in __call_once() function
|