HomeSort by relevance Sort by last modified time
    Searched refs:call_once (Results 1 - 11 of 11) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 15 // void call_once(once_flag& flag, Callable func, Args&&... args);
35 std::call_once(flg0, init0);
56 std::call_once(flg3, init3);
78 std::call_once(flg1, init1(), 1);
94 std::call_once(flg2, init2(), 2, 3);
95 std::call_once(flg2, init2(), 4, 5);
122 std::call_once(flg41, init41);
123 std::call_once(flg42, init42);
128 std::call_once(flg42, init42);
129 std::call_once(flg41, init41)
    [all...]
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 17 // void call_once(once_flag& flag, Callable&& func, Args&&... args);
37 std::call_once(flg0, init0);
58 std::call_once(flg3, init3);
80 std::call_once(flg1, init1(), 1);
96 std::call_once(flg2, init2(), 2, 3);
97 std::call_once(flg2, init2(), 4, 5);
124 std::call_once(flg41, init41);
125 std::call_once(flg42, init42);
130 std::call_once(flg42, init42);
131 std::call_once(flg41, init41)
    [all...]
  /frameworks/base/libs/hwui/
DeviceInfo.cpp 38 std::call_once(sInitializedFlag, []() {
  /external/google-benchmark/src/
sysinfo.cc 382 std::call_once(cpuinfo_init, InitializeSystemInfo);
387 std::call_once(cpuinfo_init, InitializeSystemInfo);
  /external/valgrind/
glibc-2.X-drd.supp 288 drd-libboost-boost::call_once<void (*)()>(boost::once_flag&, void (*)())
  /system/core/libprocessgroup/
processgroup.cpp 75 std::call_once(init_path_flag, [&]() {
  /frameworks/native/vulkan/libvulkan/
api.cpp     [all...]
  /external/libcxx/src/
locale.cpp 645 call_once(__flag_, __fake_bind(&locale::id::__init, this));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 646 call_once(__flag_, __fake_bind(&locale::id::__init, this));
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 202 milliseconds