Searched refs:drop_join_handle_slow (Results 1 – 3 of 3) sorted by relevance
23 pub(super) drop_join_handle_slow: unsafe fn(NonNull<Header>), field35 drop_join_handle_slow: drop_join_handle_slow::<T, S>, in vtable()83 pub(super) fn drop_join_handle_slow(self) { in drop_join_handle_slow() method85 unsafe { (vtable.drop_join_handle_slow)(self.ptr) } in drop_join_handle_slow()123 unsafe fn drop_join_handle_slow<T: Future, S: Schedule>(ptr: NonNull<Header>) { in drop_join_handle_slow() function125 harness.drop_join_handle_slow() in drop_join_handle_slow()
248 raw.drop_join_handle_slow(); in drop()
114 pub(super) fn drop_join_handle_slow(self) { in drop_join_handle_slow() function