OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppTxCond
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
nanohubhal.cpp
192
mAppTxCond
.notify_all();
204
mAppTxCond
.wait(lk, [this] { return !mAppTxQueue.empty() || mAppQuit; });
354
mAppTxCond
.notify_all();
nanohubhal.h
119
std::condition_variable
mAppTxCond
;
Completed in 149 milliseconds