Searched refs:future_drop_readable (Results 1 – 7 of 7) sorted by relevance
76 fn future_drop_readable(reader: u32) { in future_drop_readable() function81 fn future_drop_readable(_: u32); in future_drop_readable() function84 unsafe extern "C" fn future_drop_readable(_: u32) { in future_drop_readable() function88 unsafe { future_drop_readable(reader) } in future_drop_readable()170 future_drop_readable(rx); in callback_run()
119 fn future_drop_readable(_: u32); in future_drop_readable() function122 unsafe extern "C" fn future_drop_readable(_: u32) { in future_drop_readable() function262 future_drop_readable(future); in callback_start()
166 fn future_drop_readable(_: u32); in future_drop_readable() function169 unsafe extern "C" fn future_drop_readable(_: u32) { in future_drop_readable() function347 future_drop_readable(future); in callback_start()
157 future_drop_readable(vmctx: vmctx, caller_instance: u32, ty: u32, reader: u32) -> bool;
1085 fn future_drop_readable( in future_drop_readable() function1092 instance.future_drop_readable(store, TypeFutureTableIndex::from_u32(ty), reader) in future_drop_readable()
549 host::future_drop_readable, in translate()
4275 pub(crate) fn future_drop_readable( in future_drop_readable() method