Home
last modified time | relevance | path

Searched refs:g_condition (Results 1 – 1 of 1) sorted by relevance

/external/lldb/test/api/multithreaded/
Dtest_breakpoint_callback.cpp18 condition_variable g_condition; variable
27 g_condition.notify_all(); in BPCallback()
44 g_condition.wait_for(lock, chrono::seconds(5)); in test()