Home
last modified time | relevance | path

Searched refs:CondVar (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Nfc/NfcNci/nci/jni/
DCondVar.cpp41 CondVar::CondVar() { in CondVar() function in CondVar
62 CondVar::~CondVar() { in ~CondVar()
79 void CondVar::wait(Mutex& mutex) { in wait()
97 bool CondVar::wait(Mutex& mutex, long millisec) { in wait()
132 void CondVar::notifyOne() { in notifyOne()
DCondVar.h25 class CondVar {
36 CondVar();
47 ~CondVar();
DSyncEvent.h98 CondVar mCondVar;
/packages/modules/Nfc/libnfc-nci/src/adaptation/
DNfcAdaptation.cc815 ThreadCondVar CondVar; in Thread() local
816 AutoThreadMutex guard(CondVar); in Thread()
818 (pthread_cond_t*)CondVar, (pthread_mutex_t*)CondVar); in Thread()
819 CondVar.wait(); in Thread()