Searched refs:mAppTxCond (Results 1 – 2 of 2) sorted by relevance
192 mAppTxCond.notify_all(); in doSendToApp()204 mAppTxCond.wait(lk, [this] { return !mAppTxQueue.empty() || mAppQuit; }); in runAppTx()354 mAppTxCond.notify_all(); in closeHub()
119 std::condition_variable mAppTxCond; variable