OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_ready
(Results
1 - 2
of
2
) sorted by null
/ndk/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
)
/ndk/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
)
Completed in 9007 milliseconds