Home
last modified time | relevance | path

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

12345

/external/perfetto/src/base/
Devent_fd.cc52 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
70 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
95 void EventFd::Notify() { in Notify() function in perfetto::base::EventFd
Dwaitable_event.cc36 void WaitableEvent::Notify() { in Notify() function in perfetto::base::WaitableEvent
/external/rust/android-crates-io/crates/tokio/src/sync/
Dnotify.rs201 pub struct Notify { struct
223 /// `Notify`, or it is exclusively owned by the enclosing `Waiter`. argument
338 notify: &'a Notify, in new()
440 impl Notify { impl
739 impl Default for Notify { implementation
745 impl UnwindSafe for Notify {} implementation
746 impl RefUnwindSafe for Notify {} implementation
916 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::__anone1b092e70111::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/android-crates-io/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/tot/base/memory/
Dmemory_pressure_listener.cc49 void Notify( in Notify() function in base::__anon01c50f630111::MemoryPressureObserver
99 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { in Notify() function in base::MemoryPressureListener
/external/cronet/stable/base/memory/
Dmemory_pressure_listener.cc49 void Notify( in Notify() function in base::__anon737cfe470111::MemoryPressureObserver
99 void MemoryPressureListener::Notify(MemoryPressureLevel memory_pressure_level) { in Notify() function in base::MemoryPressureListener
/external/rust/android-crates-io/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/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DPciHotPlugRequest.h165 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member
/external/cronet/stable/components/prefs/
Dscoped_user_pref_update.cc52 void ScopedUserPrefUpdateBase::Notify() { in Notify() function in subtle::ScopedUserPrefUpdateBase
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DPciHotPlugRequest.h159 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DPciHotPlugRequest.h159 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DPciHotPlugRequest.h159 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member
/external/cronet/tot/components/prefs/
Dscoped_user_pref_update.cc52 void ScopedUserPrefUpdateBase::Notify() { in Notify() function in subtle::ScopedUserPrefUpdateBase
/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc27 void Notification::Notify() { in Notify() function in absl::Notification
/external/angle/third_party/abseil-cpp/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/cronet/stable/third_party/abseil-cpp/absl/synchronization/
Dnotification.cc27 void Notification::Notify() { in Notify() function in absl::Notification
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/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/sandboxed-api/sandboxed_api/sandbox2/util/
Dpid_waiter.h70 void Notify() { in Notify() function
/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

12345