HomeSort by relevance Sort by last modified time
    Searched defs:CondVar (Results 1 - 8 of 8) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.h 30 class CondVar
35 ** Function: CondVar
42 CondVar ();
47 ** Function: ~CondVar
54 ~CondVar ();
CondVar.cpp 26 #include "CondVar.h"
33 ** Function: CondVar
40 CondVar::CondVar ()
49 ALOGE ("CondVar::CondVar: fail init; error=0x%X", res);
56 ** Function: ~CondVar
63 CondVar::~CondVar ()
68 ALOGE ("CondVar::~CondVar: fail destroy; error=0x%X", res)
    [all...]
  /packages/apps/Nfc/nci/jni/
CondVar.h 26 class CondVar
31 ** Function: CondVar
38 CondVar ();
43 ** Function: ~CondVar
50 ~CondVar ();
CondVar.cpp 21 #include "CondVar.h"
31 ** Function: CondVar
38 CondVar::CondVar ()
47 ALOGE ("CondVar::CondVar: fail init; error=0x%X", res);
54 ** Function: ~CondVar
61 CondVar::~CondVar ()
66 ALOGE ("CondVar::~CondVar: fail destroy; error=0x%X", res)
    [all...]
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 229 ** Description: signal the CondVar to release the thread that is waiting
272 ThreadCondVar CondVar;
273 AutoThreadMutex guard(CondVar);
274 GKI_create_task ((TASKPTR)nfc_task, NFC_TASK, (INT8*)"NFC_TASK", 0, 0, (pthread_cond_t*)CondVar, (pthread_mutex_t*)CondVar);
275 CondVar.wait();
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 104 class CondVar;
187 /// instead of pthread_mutex_t (only when not used with CondVar or LockWhen).
190 friend class CondVar;
276 class CondVar {
278 CondVar() { CHECK(0 == pthread_cond_init(&cv_, NULL)); }
279 ~CondVar() { CHECK(0 == pthread_cond_destroy(&cv_)); }
295 // pthreads do not allow to use condvar with rwlock so we can't make
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 

Completed in 249 milliseconds