Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/expression/no-deadlock/
Dlocking.cpp12 std::condition_variable thread_started_condition; variable
38 thread_started_condition.notify_all(); in lock_acquirer_1()
63 thread_started_condition.wait(thread_started_lock); in main()
/external/llvm-project/lldb/test/API/lang/c/step_over_no_deadlock/
Dlocking.cpp12 std::condition_variable thread_started_condition; variable
38 thread_started_condition.notify_all(); in lock_acquirer_1()
63 thread_started_condition.wait(thread_started_lock); in main()