Home
last modified time | relevance | path

Searched refs:drop_waker (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/async-task/src/
Draw.rs92 Self::drop_waker,
187 Self::drop_waker(ptr); in wake()
199 Self::drop_waker(ptr); in wake()
215 Self::drop_waker(ptr); in wake()
236 Self::drop_waker(ptr); in wake()
334 unsafe fn drop_waker(ptr: *const ()) { in drop_waker() function
/external/rust/crates/tokio/src/runtime/task/
Dwaker.rs57 unsafe fn drop_waker<T, S>(ptr: *const ()) in drop_waker() function
98 drop_waker::<T, S>, in raw_waker()
/external/rust/crates/tokio-test/src/
Dtask.rs219 static VTABLE: RawWakerVTable = RawWakerVTable::new(clone, wake, wake_by_ref, drop_waker);
251 unsafe fn drop_waker(raw: *const ()) { in drop_waker() function
/external/rust/crates/tokio/src/park/
Dthread.rs318 &RawWakerVTable::new(clone, wake, wake_by_ref, drop_waker), in unparker_to_raw_waker()
331 unsafe fn drop_waker(raw: *const ()) { in drop_waker() function