Home
last modified time | relevance | path

Searched defs:wake (Results 1 – 25 of 212) sorted by relevance

123456789

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs93 fn wake(self: Arc<Self>); in wake() method
157 unsafe fn wake<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
271 fn wake(self: Rc<Self>); in wake() method
329 unsafe fn wake<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs93 fn wake(self: Arc<Self>); in wake() method
157 unsafe fn wake<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
271 fn wake(self: Rc<Self>); in wake() method
329 unsafe fn wake<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs93 fn wake(self: Arc<Self>); in wake() method
157 unsafe fn wake<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
271 fn wake(self: Rc<Self>); in wake() method
329 unsafe fn wake<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs93 fn wake(self: Arc<Self>); in wake() method
157 unsafe fn wake<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
271 fn wake(self: Rc<Self>); in wake() method
329 unsafe fn wake<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs93 fn wake(self: Arc<Self>); in wake() method
157 unsafe fn wake<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
271 fn wake(self: Rc<Self>); in wake() method
329 unsafe fn wake<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/task/
Datomic_waker.rs303 pub(crate) fn wake(&self) { in wake() method
360 fn wake(self); in wake() method
365 fn wake(self) { in wake() method
375 fn wake(self) { in wake() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs145 wake: unsafe fn(*const ()), field
465 pub fn wake(self) { in wake() method
468 let wake = self.waker.vtable.wake; in wake() localVariable
726 pub fn wake(self) { in wake() method
729 let wake = self.waker.vtable.wake; in wake() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs145 wake: unsafe fn(*const ()), field
465 pub fn wake(self) { in wake() method
468 let wake = self.waker.vtable.wake; in wake() localVariable
726 pub fn wake(self) { in wake() method
729 let wake = self.waker.vtable.wake; in wake() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs145 wake: unsafe fn(*const ()), field
465 pub fn wake(self) { in wake() method
468 let wake = self.waker.vtable.wake; in wake() localVariable
726 pub fn wake(self) { in wake() method
729 let wake = self.waker.vtable.wake; in wake() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs145 wake: unsafe fn(*const ()), field
465 pub fn wake(self) { in wake() method
468 let wake = self.waker.vtable.wake; in wake() localVariable
726 pub fn wake(self) { in wake() method
729 let wake = self.waker.vtable.wake; in wake() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs145 wake: unsafe fn(*const ()), field
465 pub fn wake(self) { in wake() method
468 let wake = self.waker.vtable.wake; in wake() localVariable
726 pub fn wake(self) { in wake() method
729 let wake = self.waker.vtable.wake; in wake() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs12 fn wake(self: Arc<Self>) {} in test_waker_will_wake_clone() method
28 fn wake(self: Rc<Self>) {} in test_local_waker_will_wake_clone() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs12 fn wake(self: Arc<Self>) {} in test_waker_will_wake_clone() method
28 fn wake(self: Rc<Self>) {} in test_local_waker_will_wake_clone() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs12 fn wake(self: Arc<Self>) {} in test_waker_will_wake_clone() method
28 fn wake(self: Rc<Self>) {} in test_local_waker_will_wake_clone() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs12 fn wake(self: Arc<Self>) {} in test_waker_will_wake_clone() method
28 fn wake(self: Rc<Self>) {} in test_local_waker_will_wake_clone() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dtask.rs12 fn wake(self: Arc<Self>) {} in test_waker_will_wake_clone() method
28 fn wake(self: Rc<Self>) {} in test_local_waker_will_wake_clone() method
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dthread_cond.c70 unsigned int wake = 0; in _thread_cond_timedwait() local
132 unsigned int wake = 0; in apr_thread_cond_signal() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dthread_cond.c145 struct waiter_t *wake; in apr_thread_cond_signal() local
161 struct waiter_t *wake; in apr_thread_cond_broadcast() local
/aosp_15_r20/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioExampleUtils.h212 android::status_t wake() { in wake() function
222 android::status_t wake(int32_t value) { in wake() function
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/unix/selector/
Dpoll.rs72 pub fn wake(&self, token: Token) -> io::Result<()> { in wake() method
436 pub fn wake(&self, token: Token) -> io::Result<()> { in wake() method
642 pub(crate) fn wake(&self) -> io::Result<()> { in wake() method
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/rustfuture/
Dfuture.rs243 pub(super) fn wake(&self) { in wake() function
270 fn wake(self: Arc<Self>) { in wake() function
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/com/android/server/inputflinger/
DIInputThread.cpp104 ::ndk::ScopedAStatus BpInputThread::wake() { in wake() function in aidl::com::android::server::inputflinger::BpInputThread
239 ::ndk::ScopedAStatus IInputThreadDefault::wake() { in wake() function in aidl::com::android::server::inputflinger::IInputThreadDefault
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_root.rs107 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
757 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
860 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
973 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dcommon_executor.rs60 fn wake(&self); in wake() method
106 fn wake(&self) { in wake() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/src/
Dtask.rs198 fn wake(&self) { in wake() method
238 unsafe fn wake(raw: *const ()) { in wake() function

123456789