Searched defs:CondVar (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Analysis/Visitors/ |
D | CFGRecStmtVisitor.h | 36 VarDecl *CondVar = 0; in VisitConditionVariableInit() local
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | CondVar.cpp | 39 CondVar::CondVar () in CondVar() function in CondVar
|
/external/valgrind/unittest/ |
D | thread_wrappers_win.h | 80 friend class CondVar; variable 146 CondVar() { in CondVar() function
|
D | thread_wrappers_pthread.h | 149 friend class CondVar; variable 220 CondVar() { CHECK(0 == pthread_cond_init(&cv_, NULL)); } in CondVar() function
|
D | thread_wrappers.h | 87 class CondVar; variable
|
/external/valgrind/main/drd/tests/ |
D | tsan_thread_wrappers_pthread.h | 104 class CondVar; variable 190 friend class CondVar; variable 278 CondVar() { CHECK(0 == pthread_cond_init(&cv_, NULL)); } in CondVar() function
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 971 Decl *CondVar = 0; in ParseIfStatement() local 1100 Decl *CondVar = 0; in ParseSwitchStatement() local 1192 Decl *CondVar = 0; in ParseWhileStatement() local
|
/external/libnfc-nci/src/adaptation/ |
D | NfcAdaptation.cpp | 223 ThreadCondVar CondVar; in Thread() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 418 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, in ActOnIfStmt() 557 Decl *CondVar) { in ActOnStartOfSwitchStmt() 1156 Decl *CondVar, Stmt *Body) { in ActOnWhileStmt()
|
D | TreeTransform.h | 1076 VarDecl *CondVar, Stmt *Then, in RebuildIfStmt() 1086 Expr *Cond, VarDecl *CondVar) { in RebuildSwitchStmtStart() 1105 VarDecl *CondVar, Stmt *Body) { in RebuildWhileStmt() 1126 VarDecl *CondVar, Sema::FullExprArg Inc, in RebuildForStmt()
|