Home
last modified time | relevance | path

Searched defs:notified (Results 1 – 25 of 43) sorted by relevance

12

/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc62 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
74 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc62 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
74 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/external/abseil-cpp/absl/synchronization/
Dnotification.cc57 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
67 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc62 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
74 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc57 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
67 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dnotification.cc58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/external/pigweed/pw_sync_freertos/
Dtimed_thread_notification.cc66 const bool notified = handle.notified; in try_acquire_until() local
104 const bool notified = handle.notified; in try_acquire_until() local
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dthread_notification_inline.h44 const bool notified = native_type_.notified; in try_acquire() local
/external/grpc-grpc/src/ruby/lib/grpc/
Dnotifier.rb19 attr_reader :payload, :notified accessor in GRPC.Notifier
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c50 static int notified; variable
/external/tensorflow/tensorflow/tsl/platform/default/
Dnotification.h63 bool notified = HasBeenNotified(); in WaitForNotificationWithTimeout() local
/external/libchrome/mojo/public/cpp/system/tests/
Dsimple_watcher_unittest.cc52 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()
/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dloom_notify.rs66 let notified = notify.notified(); in notify_waiters_and_one() localVariable
153 let mut notified = [ in notify_waiters_poll_consistency() localVariable
/external/okio/okio/src/jvmTest/kotlin/okio/
DWaitUntilNotifiedTest.kt43 fun notified() { in notified() method
/external/rust/android-crates-io/crates/tokio/tests/
Dsync_notify.rs18 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
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c26 static volatile sig_atomic_t notified, cmp_ok; variable
/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dlist.rs101 let notified = unsafe { self.bind_inner(task, notified) }; in bind() localVariable
121 let notified = unsafe { self.bind_inner(task, notified) }; in bind_local() localVariable
/external/rust/android-crates-io/crates/tokio/src/sync/
Dwatch.rs363 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
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_condition.cpp28 int notified; member
/external/tensorflow/tensorflow/core/framework/
Drendezvous.cc135 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv() local
/external/rust/android-crates-io/crates/tokio-util/src/sync/cancellation_token/
Dtree_node.rs64 pub(crate) fn notified(&self) -> tokio::sync::futures::Notified<'_> { in notified() method
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc335 const bool notified = WaitForNotificationWithTimeout(n.get(), timeout_us); in ShutdownSession() local
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.h109 bool notified; member
/external/sdv/vsomeip/test/subscribe_notify_tests/
Dsubscribe_notify_test_service.cpp182 static bool notified(false); in on_subscription() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc35 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification() local

12