Searched defs:condVar (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/tests/egl_tests/ |
D | EGLContextASANTest.cpp | 60 std::condition_variable condVar; in TEST_P() local 100 AbortOnFailure(Step *currentStep, std::mutex *mutex, std::condition_variable *condVar) in TEST_P()
|
D | EGLMultiThreadSteps.h | 33 ThreadSynchronization(E *currentStep, std::mutex *mutex, std::condition_variable *condVar) in ThreadSynchronization()
|
D | EGLMultiContextTest.cpp | 105 std::condition_variable condVar; in TEST_P() local
|
D | EGLContextSharingTest.cpp | 430 std::condition_variable condVar; in TEST_P() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 797 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 998 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt()
|