Home
last modified time | relevance | path

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

12

/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dcondvar_test.cc36 TEST(CondVar, Init) { in TEST() argument
45 TEST(CondVar, Synchronize) { in TEST() argument
/aosp_15_r20/external/leveldb/port/
H A Dport_stdcxx.h44 class CondVar; variable
67 explicit CondVar(Mutex* mu) : mu_(mu) { assert(mu != nullptr); } in CondVar() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h493 friend class CondVar; // for access to Trans()/Fer(). variable
981 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A Dmutex.h493 friend class CondVar; // for access to Trans()/Fer(). variable
981 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/
H A Dmutex.h486 friend class CondVar; // for access to Trans()/Fer(). variable
942 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h491 friend class CondVar; // for access to Trans()/Fer(). variable
947 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h542 friend class CondVar; // for access to Trans()/Fer(). variable
1082 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex.h543 friend class CondVar; // for access to Trans()/Fer(). variable
1083 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h543 friend class CondVar; // for access to Trans()/Fer(). variable
1083 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dsync.h53 using CondVar = absl::CondVar; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dsync.h53 using CondVar = absl::CondVar; variable
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dsync.h53 using CondVar = absl::CondVar; variable
/aosp_15_r20/hardware/interfaces/nfc/aidl/vts/functional/
H A DCondVar.cpp39 CondVar::CondVar() { in CondVar() function in CondVar
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/src/adaptation/
DCondVar.cpp59 CondVar::CondVar() { in CondVar() function in CondVar
/aosp_15_r20/packages/apps/Nfc/nci/jni/
DCondVar.cpp41 CondVar::CondVar() { in CondVar() function in CondVar
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dsync.h50 using CondVar = absl::CondVar; variable
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dsync.h50 using CondVar = absl::CondVar; variable
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dlow_level_scheduling.h33 class CondVar; variable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dlow_level_scheduling.h33 class CondVar; variable
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dlow_level_scheduling.h33 class CondVar; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dlow_level_scheduling.h33 class CondVar; variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dlow_level_scheduling.h33 class CondVar; variable
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dlow_level_scheduling.h33 class CondVar; variable
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/
DEseAdaptation.cc137 { NfcHalThreadCondVar CondVar; } in Thread() local

12