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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
mutex 530 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/src/
mutex.cpp 216 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) function

Completed in 38 milliseconds