Searched refs:drop_waker (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/async-task/src/ |
D | raw.rs | 92 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/ |
D | waker.rs | 57 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/ |
D | task.rs | 219 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/ |
D | thread.rs | 318 &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
|