/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | notification.cc | 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 68 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() local 68 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() local 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | notification.cc | 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/external/abseil-cpp/absl/synchronization/ |
D | notification.cc | 58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local 68 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() local 68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
|
/external/rust/crates/tokio/tests/ |
D | sync_notify.rs | 14 let mut notified = spawn(async { notify.notified().await }); in notify_notified_one() localVariable 23 let mut notified = spawn(async { notify.notified().await }); in notified_one_notify() localVariable
|
/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/tensorflow/tensorflow/core/platform/default/ |
D | notification.h | 63 bool notified = HasBeenNotified(); in WaitForNotificationWithTimeout() local
|
/external/libchrome/mojo/public/cpp/system/tests/ |
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()
|
/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 | watch.rs | 263 let notified = self.shared.notify_rx.notified(); in changed() localVariable 402 let notified = self.shared.notify_tx.notified(); in closed() localVariable
|
D | notify.rs | 137 notified: Option<NotificationType>, field 265 pub fn notified(&self) -> Notified<'_> { in notified() method
|
/external/llvm-project/lldb/unittests/Signals/ |
D | UnixSignalsTest.cpp | 128 auto notified = signals.GetFilteredSignals(None, None, true); in TEST() local
|
/external/rust/crates/tokio/src/runtime/ |
D | shell.rs | 50 let notified = self.notify.notified(); in block_on() localVariable
|
D | basic_scheduler.rs | 166 let notified = self.notify.notified(); in block_on() localVariable
|
/external/tensorflow/tensorflow/core/framework/ |
D | rendezvous.cc | 134 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv() local
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 333 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/tensorflow/tensorflow/core/distributed_runtime/ |
D | local_master.cc | 34 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification() local
|
/external/rust/crates/tokio/src/sync/mpsc/ |
D | chan.rs | 158 let notified = self.inner.notify_rx_closed.notified(); in closed() localVariable
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker_test.cc | 57 bool notified; member
|
/external/tensorflow/tensorflow/core/grappler/ |
D | utils.cc | 138 const bool notified = in ExecuteWithTimeout() local
|