Home
last modified time | relevance | path

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

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