/aosp_15_r20/system/security/keystore2/src/ |
H A D | gc.rs | 36 notified: Arc<AtomicU8>, field 56 let notified = Arc::new(AtomicU8::new(0)); in new_init_with() localVariable 61 let notified = notified_clone; in new_init_with() localVariable 92 notified: Arc<AtomicU8>, field
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/ |
H A D | notification.cc | 62 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 74 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A D | notification.cc | 57 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 67 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A D | notification.cc | 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A D | notification.cc | 57 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 67 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | notification.cc | 57 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 67 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A D | notification.cc | 57 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 67 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | notification.cc | 57 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 67 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/ |
H A D | timed_thread_notification.cc | 65 const bool notified = native_handle().notified; in try_acquire_until() local 102 const bool notified = native_handle().notified; in try_acquire_until() local
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/tests/ |
H A D | simple_watcher_unittest.cc | 52 bool notified = false; in TEST_F() local 280 [](base::RunLoop* loop, bool* notified, MojoResult result) { in TEST_F() 294 [](base::RunLoop* loop, bool* notified, MojoResult result) { in TEST_F()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/ |
H A D | KeyguardSliceViewTest.java | 69 AtomicBoolean notified = new AtomicBoolean(); in showSlice_notifiesListener() local 78 AtomicBoolean notified = new AtomicBoolean(); in showSlice_emptySliceNotifiesListener() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | watch.rs | 363 pub(super) fn notified(&self) -> Notified<'_> { in notified() method 370 pub(super) fn notified(&self) -> Notified<'_> { in notified() method 914 let notified = shared.notify_rx.notified(); in changed_impl() localVariable 1239 let notified = self.shared.notify_tx.notified(); in closed() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/ |
D | loom_notify.rs | 66 let notified = notify.notified(); in notify_waiters_and_one() localVariable 153 let mut notified = [ in notify_waiters_poll_consistency() localVariable
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | WaitUntilNotifiedTest.kt | 45 fun notified() { in notified() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_notify.rs | 18 let mut notified = spawn(async { notify.notified().await }); in notify_notified_one() localVariable 59 let mut notified = spawn(async { notify.notified().await }); in notified_one_notify() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | list.rs | 101 let notified = unsafe { self.bind_inner(task, notified) }; in bind() localVariable 121 let notified = unsafe { self.bind_inner(task, notified) }; in bind_local() localVariable
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
H A D | thread_notification_inline.h | 44 const bool notified = native_type_.notified; in try_acquire() local
|
/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/ |
H A D | notifier.rb | 19 attr_reader :payload, :notified accessor in GRPC.Notifier
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 18-1.c | 50 static int notified; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | notification.h | 63 bool notified = HasBeenNotified(); in WaitForNotificationWithTimeout() local
|
/aosp_15_r20/system/core/init/ |
H A D | keychords.h | 70 bool notified; member
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mq_notify/ |
H A D | mq_notify01.c | 26 static volatile sig_atomic_t notified, cmp_ok; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_condition.cpp | 28 int notified; member
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/condvar/ |
H A D | tests.rs | 167 let notified = Arc::new(AtomicBool::new(false)); in wait_timeout_wake() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/condvar/ |
H A D | tests.rs | 167 let notified = Arc::new(AtomicBool::new(false)); in wait_timeout_wake() localVariable
|