Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp37 requestQueueCond_.notify_one(); in DispatchCommand()
63 requestQueueCond_.wait(queueLock); in ProcessCommand()
Dprotocol_handler.h61 std::condition_variable requestQueueCond_; variable