Home
last modified time | relevance | path

Searched defs:Notify (Results 1 – 25 of 76) sorted by relevance

1234

/external/perfetto/src/base/
Devent_fd.cc50 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
68 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
93 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
Dwaitable_event.cc30 void WaitableEvent::Notify() { in Notify() function in perfetto::base::WaitableEvent
/external/rust/crates/tokio/src/sync/
Dnotify.rs201 pub struct Notify { struct
223 /// `Notify`, or it is exclusively owned by the enclosing `Waiter`. argument
319 notify: &'a Notify, in new()
420 impl Notify { implementation
694 impl Default for Notify { implementation
700 impl UnwindSafe for Notify {} implementation
701 impl RefUnwindSafe for Notify {} implementation
864 fn project(self: Pin<&mut Self>) -> (&Notify, &mut State, &usize, &Waiter) { in project()
/external/libchrome/base/memory/
Dmemory_pressure_listener.cc34 void Notify( in Notify() function in base::__anon9235c3450111::MemoryPressureObserver
80 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { in Notify() function in base::MemoryPressureListener
Dmemory_coordinator_client_registry.cc32 void MemoryCoordinatorClientRegistry::Notify(MemoryState state) { in Notify() function in base::MemoryCoordinatorClientRegistry
/external/rust/crates/tokio/src/sync/tests/
Dnotify.rs14 let ptr = data as *const Notify; in notify_clones_waker_before_lock() constant
23 drop(Arc::<Notify>::from_raw(data as *const Notify)); in notify_clones_waker_before_lock() constant
/external/cronet/base/memory/
Dmemory_pressure_listener.cc49 void Notify( in Notify() function in base::__anonac58637b0111::MemoryPressureObserver
99 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { in Notify() function in base::MemoryPressureListener
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dnotification.h30 void Notify() { in Notify() function
/external/grpc-grpc/src/core/lib/gprpp/
Dnotification.h30 void Notify() { in Notify() function
/external/cronet/components/prefs/
Dscoped_user_pref_update.cc49 void ScopedUserPrefUpdateBase::Notify() { in Notify() function in subtle::ScopedUserPrefUpdateBase
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dnotification.cc26 void Notification::Notify() { in Notify() function in absl::Notification
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dnotification.cc27 void Notification::Notify() { in Notify() function in absl::Notification
/external/abseil-cpp/absl/synchronization/
Dnotification.cc26 void Notification::Notify() { in Notify() function in absl::Notification
/external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/
Dnotification.cc27 void Notification::Notify() { in Notify() function in absl::Notification
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
Dnotification.cc26 void Notification::Notify() { in Notify() function in absl::Notification
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc26 void Notification::Notify() { in Notify() function in absl::Notification
/external/cronet/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc26 void Notification::Notify() { in Notify() function in absl::Notification
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc26 void Notification::Notify() { in Notify() function in absl::Notification
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc26 void Notification::Notify() { in Notify() function in absl::Notification
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DBarrier.h25 void Notify() { in Notify() function
/external/tensorflow/tensorflow/tsl/platform/default/
Dnotification.h39 void Notify() { in Notify() function
/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_mutex_impl.h58 void Notify() { notification_.Notify(); } in Notify() function
/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
Dquiche_mutex.h91 void Notify() { impl_.Notify(); } in Notify() function
/external/armnn/src/armnn/
DAsyncExecutionCallback.cpp16 void AsyncExecutionCallback::Notify(armnn::Status status, InferenceTimingPair timeTaken) in Notify() function in armnn::experimental::AsyncExecutionCallback
/external/libchrome/base/android/
Dapplication_status_listener.cc52 void ApplicationStatusListener::Notify(ApplicationState state) { in Notify() function in base::android::ApplicationStatusListener

1234