Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp192 mAppTxCond.notify_all(); in doSendToApp()
204 mAppTxCond.wait(lk, [this] { return !mAppTxQueue.empty() || mAppQuit; }); in runAppTx()
354 mAppTxCond.notify_all(); in closeHub()
Dnanohubhal.h119 std::condition_variable mAppTxCond; variable