Searched refs:__call_once (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | mutex.cpp | 224 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) in __call_once() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | mutex | 534 _LIBCPP_FUNC_VIS void __call_once(volatile unsigned long&, void*, void(*)(void*)); 548 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Gp>); 562 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Callable>);
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 634 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) 644 @@ -228,26 +235,38 @@ __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*))
|