Home
last modified time | relevance | path

Searched defs:CondVar (Results 1 – 22 of 22) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.h484 friend class CondVar; // for access to Trans()/Fer(). variable
940 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.h486 friend class CondVar; // for access to Trans()/Fer(). variable
942 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DRedundantBranchConditionCheck.cpp69 const auto *CondVar = Result.Nodes.getNodeAs<VarDecl>(CondVarStr); in check() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dsync.h99 CondVar() { gpr_cv_init(&cv_); } in CondVar() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dsync.h120 CondVar() { g_core_codegen_interface->gpr_cv_init(&cv_); } in CondVar() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dsync.h120 CondVar() { g_core_codegen_interface->gpr_cv_init(&cv_); } in CondVar() function
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DBracesAroundStatementsCheck.cpp183 if (const DeclStmt *CondVar = S->getConditionVariableDeclStmt()) in findRParenLoc() local
DElseAfterReturnCheck.cpp102 if (const VarDecl *CondVar = If->getConditionVariable()) in checkConditionVarUsageInElse() local
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.h921 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h921 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/external/abseil-cpp/absl/synchronization/
Dmutex.h913 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h913 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-infinite-loop.cpp381 void evaluatable(bool CondVar) { in evaluatable()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc261 CondVar::CondVar() {} in CondVar() function in absl::CondVar
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc256 CondVar::CondVar() {} in CondVar() function in absl::CondVar
/external/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc256 CondVar::CondVar() {} in CondVar() function in absl::CondVar
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp845 const auto *CondVar = Nodes.getNodeAs<VarDecl>(ConditionVarName); in isConvertible() local
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1696 if (const Stmt *CondVar = S->getConditionVariableDeclStmt()) in VisitSwitchStmt() local