Home
last modified time | relevance | path

Searched refs:drop_future (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/async-task/src/
Draw.rs21 pub(crate) drop_future: unsafe fn(*const ()), field
117 drop_future: Self::drop_future, in allocate()
397 unsafe fn drop_future(ptr: *const ()) { in drop_future() function
449 Self::drop_future(ptr); in run()
495 Self::drop_future(ptr); in run()
557 Self::drop_future(ptr); in run()
629 RawTask::<F, T, S>::drop_future(ptr); in run()
661 RawTask::<F, T, S>::drop_future(ptr); in run()
Drunnable.rs373 ((*header).vtable.drop_future)(ptr); in drop()