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

  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtVisitor.h 36 VarDecl *CondVar = 0;
40 CondVar = cast<CLASS>(S)->getConditionVariable();\
50 static_cast<ImplClass*>(this)->Visit(CondVar->getInit());
  /external/valgrind/unittest/
thread_wrappers_win.h 80 friend class CondVar;
144 class CondVar {
146 CondVar() {
151 ~CondVar() {
thread_wrappers_pthread.h 146 /// instead of pthread_mutex_t (only when not used with CondVar or LockWhen).
149 friend class CondVar;
218 class CondVar {
220 CondVar() { CHECK(0 == pthread_cond_init(&cv_, NULL)); }
221 ~CondVar() { CHECK(0 == pthread_cond_destroy(&cv_)); }
236 // pthreads do not allow to use condvar with rwlock so we can't make
  /external/valgrind/main/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 937 Decl *CondVar = 0;
938 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
    [all...]

Completed in 308 milliseconds