Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
Dmain.cpp9 std::condition_variable g_condition_variable; variable
20 g_condition_variable.wait(lock); in barrier_wait()
22 g_condition_variable.notify_all(); in barrier_wait()
/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_set_command/
Dmain.cpp6 std::condition_variable g_condition_variable; variable
17 g_condition_variable.wait(lock); in barrier_wait()
19 g_condition_variable.notify_all(); in barrier_wait()
/external/llvm-project/lldb/test/API/commands/watchpoints/hello_watchlocation/
Dmain.cpp9 std::condition_variable g_condition_variable; variable
20 g_condition_variable.wait(lock); in barrier_wait()
22 g_condition_variable.notify_all(); in barrier_wait()