Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.h107 std::condition_variable request_in_terminal_cv; member
Dlldb-vscode.cpp390 g_vsc.request_in_terminal_cv.notify_one(); in EventThreadFunction()
1468 g_vsc.request_in_terminal_cv.wait_for(locker, std::chrono::seconds(10)); in request_runInTerminal()