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.rs131 Self::drop_waker,
209 Self::drop_waker(ptr); in wake()
221 Self::drop_waker(ptr); in wake()
237 Self::drop_waker(ptr); in wake()
258 Self::drop_waker(ptr); in wake()
356 unsafe fn drop_waker(ptr: *const ()) { in drop_waker() function
/external/rust/crates/tokio/src/runtime/task/
Dwaker.rs76 unsafe fn drop_waker(ptr: *const ()) { in drop_waker() function
99 RawWakerVTable::new(clone_waker, wake_by_val, wake_by_ref, drop_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/runtime/
Dpark.rs320 &RawWakerVTable::new(clone, wake, wake_by_ref, drop_waker), in unparker_to_raw_waker()
333 unsafe fn drop_waker(raw: *const ()) { in drop_waker() function