Home
last modified time | relevance | path

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

12

/external/angle/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc58 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/
Dnotification.cc58 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/
Dnotification.cc58 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/
Dnotification.cc58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/external/abseil-cpp/absl/synchronization/
Dnotification.cc58 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/
Dnotification.cc58 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithTimeout() local
68 bool notified = HasBeenNotifiedInternal(&this->notified_yet_); in WaitForNotificationWithDeadline() local
/external/rust/crates/tokio/tests/
Dsync_notify.rs14 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/
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/core/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/okio/okio/src/jvmTest/java/okio/
DWaitUntilNotifiedTest.java36 @Test public synchronized void notified() throws InterruptedIOException { in notified() method in WaitUntilNotifiedTest
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c26 static volatile sig_atomic_t notified, cmp_ok; variable
/external/rust/crates/tokio/src/sync/
Dwatch.rs263 let notified = self.shared.notify_rx.notified(); in changed() localVariable
402 let notified = self.shared.notify_tx.notified(); in closed() localVariable
Dnotify.rs137 notified: Option<NotificationType>, field
265 pub fn notified(&self) -> Notified<'_> { in notified() method
/external/llvm-project/lldb/unittests/Signals/
DUnixSignalsTest.cpp128 auto notified = signals.GetFilteredSignals(None, None, true); in TEST() local
/external/rust/crates/tokio/src/runtime/
Dshell.rs50 let notified = self.notify.notified(); in block_on() localVariable
Dbasic_scheduler.rs166 let notified = self.notify.notified(); in block_on() localVariable
/external/tensorflow/tensorflow/core/framework/
Drendezvous.cc134 bool notified = WaitForNotificationWithTimeout(&n, timeout_us); in Recv() local
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc333 const bool notified = WaitForNotificationWithTimeout(n.get(), timeout_us); in ShutdownSession() local
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.h107 bool notified; member
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc34 bool notified = WaitForNotificationWithTimeout(n, timeout_in_us); in WaitForNotification() local
/external/rust/crates/tokio/src/sync/mpsc/
Dchan.rs158 let notified = self.inner.notify_rx_closed.notified(); in closed() localVariable
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc57 bool notified; member
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc138 const bool notified = in ExecuteWithTimeout() local

12