/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | condvar_test.cc | 36 TEST(CondVar, Init) { in TEST() argument 45 TEST(CondVar, Synchronize) { in TEST() argument
|
/aosp_15_r20/external/leveldb/port/ |
H A D | port_stdcxx.h | 44 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/ |
D | mutex.h | 493 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 D | mutex.h | 493 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 D | mutex.h | 486 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 D | mutex.h | 491 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 D | mutex.h | 542 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 D | mutex.h | 543 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 D | mutex.h | 543 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/ |
D | sync.h | 53 using CondVar = absl::CondVar; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | sync.h | 53 using CondVar = absl::CondVar; variable
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | sync.h | 53 using CondVar = absl::CondVar; variable
|
/aosp_15_r20/hardware/interfaces/nfc/aidl/vts/functional/ |
H A D | CondVar.cpp | 39 CondVar::CondVar() { in CondVar() function in CondVar
|
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/src/adaptation/ |
D | CondVar.cpp | 59 CondVar::CondVar() { in CondVar() function in CondVar
|
/aosp_15_r20/packages/apps/Nfc/nci/jni/ |
D | CondVar.cpp | 41 CondVar::CondVar() { in CondVar() function in CondVar
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | sync.h | 50 using CondVar = absl::CondVar; variable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | sync.h | 50 using CondVar = absl::CondVar; variable
|
/aosp_15_r20/external/abseil-cpp/absl/base/internal/ |
H A D | low_level_scheduling.h | 33 class CondVar; variable
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/ |
H A D | low_level_scheduling.h | 33 class CondVar; variable
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | low_level_scheduling.h | 33 class CondVar; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_scheduling.h | 33 class CondVar; variable
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/ |
H A D | low_level_scheduling.h | 33 class CondVar; variable
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
H A D | low_level_scheduling.h | 33 class CondVar; variable
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
H A D | low_level_scheduling.h | 33 class CondVar; variable
|
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/ |
D | EseAdaptation.cc | 137 { NfcHalThreadCondVar CondVar; } in Thread() local
|