HomeSort by relevance Sort by last modified time
    Searched full:__call_once (Results 1 - 7 of 7) sorted by null

  /external/libcxx/include/
mutex 530 _LIBCPP_FUNC_VIS void __call_once(volatile unsigned long&, void*, void(*)(void*));
544 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Gp>);
558 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Callable>);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
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>);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
mutex 530 _LIBCPP_FUNC_VIS void __call_once(volatile unsigned long&, void*, void(*)(void*));
544 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Gp>);
558 __call_once(__flag.__state_, &__p, &__call_once_proxy<_Callable>);
  /external/libcxx/src/
mutex.cpp 219 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
mutex.cpp 224 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) function
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
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*))
    [all...]