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

  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
destructor.pass.cpp 28 bool g_ready = false; variable
41 g_ready = true;
52 while (!g_ready)
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
destructor.pass.cpp 27 bool g_ready = false; variable
41 g_ready = true;
53 while (!g_ready)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
destructor.pass.cpp 26 bool g_ready = false; variable
39 g_ready = true;
50 while (!g_ready)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
destructor.pass.cpp 25 bool g_ready = false; variable
39 g_ready = true;
51 while (!g_ready)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
destructor.pass.cpp 28 bool g_ready = false; variable
41 g_ready = true;
52 while (!g_ready)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
destructor.pass.cpp 27 bool g_ready = false; variable
41 g_ready = true;
53 while (!g_ready)
  /system/core/libunwindstack/tests/
UnwindTest.cpp 44 static std::atomic_bool g_ready(false);
145 g_ready = true;
269 g_ready = false;
  /system/core/libbacktrace/
backtrace_test.cpp 1035 volatile uintptr_t g_ready = 0; variable
    [all...]

Completed in 869 milliseconds