| /external/abseil-cpp/absl/synchronization/ | 
| D | notification.cc | 58   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithTimeout()  local68   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithDeadline()  local
 
 | 
| /external/cronet/third_party/abseil-cpp/absl/synchronization/ | 
| D | notification.cc | 57   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithTimeout()  local67   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithDeadline()  local
 
 | 
| /external/libtextclassifier/abseil-cpp/absl/synchronization/ | 
| D | notification.cc | 58   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithTimeout()  local68   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithDeadline()  local
 
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ | 
| D | notification.cc | 58   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithTimeout()  local68   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithDeadline()  local
 
 | 
| /external/angle/third_party/abseil-cpp/absl/synchronization/ | 
| D | notification.cc | 57   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithTimeout()  local67   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithDeadline()  local
 
 | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/ | 
| D | notification.cc | 58   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithTimeout()  local68   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithDeadline()  local
 
 | 
| /external/webrtc/third_party/abseil-cpp/absl/synchronization/ | 
| D | notification.cc | 57   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithTimeout()  local67   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithDeadline()  local
 
 | 
| /external/openscreen/third_party/abseil/src/absl/synchronization/ | 
| D | notification.cc | 58   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithTimeout()  local68   bool notified = HasBeenNotifiedInternal(&this->notified_yet_);  in WaitForNotificationWithDeadline()  local
 
 | 
| /external/pigweed/pw_sync_freertos/ | 
| D | timed_thread_notification.cc | 64     const bool notified = native_handle().notified;  in try_acquire_until()  local101   const bool notified = native_handle().notified;  in try_acquire_until()  local
 
 | 
| /external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ | 
| D | thread_notification_inline.h | 44   const bool notified = native_type_.notified;  in try_acquire()  local
 | 
| /external/grpc-grpc/src/ruby/lib/grpc/ | 
| D | notifier.rb | 19     attr_reader :payload, :notified  accessor in GRPC.Notifier
 | 
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ | 
| D | 18-1.c | 50 static int notified;  variable
 | 
| /external/libchrome/mojo/public/cpp/system/tests/ | 
| D | simple_watcher_unittest.cc | 52   bool notified = false;  in TEST_F()  local280                     [](base::RunLoop* loop, bool* notified, MojoResult result) {  in TEST_F()
 294                     [](base::RunLoop* loop, bool* notified, MojoResult result) {  in TEST_F()
 
 | 
| /external/rust/crates/tokio/tests/ | 
| D | sync_notify.rs | 17     let mut notified = spawn(async { notify.notified().await });  in notify_notified_one()  localVariable26     let mut notified = spawn(async { notify.notified().await });  in notified_one_notify()  localVariable
 
 | 
| /external/tensorflow/tensorflow/tsl/platform/default/ | 
| D | notification.h | 63     bool notified = HasBeenNotified();  in WaitForNotificationWithTimeout()  local
 | 
| /external/rust/crates/tokio/src/sync/tests/ | 
| D | loom_notify.rs | 61             let notified = notify.notified();  in notify_waiters_and_one()  localVariable
 | 
| /external/okio/okio/src/jvmTest/java/okio/ | 
| D | WaitUntilNotifiedTest.java | 36   @Test public synchronized void notified() throws InterruptedIOException {  in notified()  method in WaitUntilNotifiedTest
 | 
| /external/ltp/testcases/kernel/syscalls/mq_notify/ | 
| D | mq_notify01.c | 26 static volatile sig_atomic_t notified, cmp_ok;  variable
 | 
| /external/rust/crates/tokio/src/sync/ | 
| D | notify.rs | 226     notified: Option<NotificationType>,  field384     pub fn notified(&self) -> Notified<'_> {  in notified()  method
 
 | 
| D | watch.rs | 531             let notified = self.shared.notify_rx.notified();  in changed()  localVariable871             let notified = self.shared.notify_tx.notified();  in closed()  localVariable
 
 | 
| /external/tensorflow/tensorflow/core/framework/ | 
| D | rendezvous.cc | 135     bool notified = WaitForNotificationWithTimeout(&n, timeout_us);  in Recv()  local
 | 
| /external/rust/crates/tokio-util/src/sync/cancellation_token/ | 
| D | tree_node.rs | 64     pub(crate) fn notified(&self) -> tokio::sync::futures::Notified<'_> {  in notified()  method
 | 
| /external/tensorflow/tensorflow/core/grappler/clusters/ | 
| D | single_machine.cc | 335   const bool notified = WaitForNotificationWithTimeout(n.get(), timeout_us);  in ShutdownSession()  local
 | 
| /external/grpc-grpc/test/core/tsi/ | 
| D | transport_security_test_lib.h | 107   bool notified;  member
 | 
| /external/rust/crates/virtio-drivers/src/transport/ | 
| D | fake.rs | 179     pub notified: bool,  field
 |