Home
last modified time | relevance | path

Searched refs:__call_once (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmutex.cpp224 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) in __call_once() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmutex534 _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/
D0013-temp-collective-ndk-hackathon-fixes.patch634 __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*))