Searched refs:HostTask (Results 1 – 2 of 2) sorted by relevance
75 HostTask { enumerator517 self.insert(Slot::HostTask { rep }) in subtask_insert_host()525 Slot::HostTask { rep } => Ok((*rep, true)), in subtask_rep()534 Slot::HostTask { rep } => (*rep, true), in subtask_remove()569 Slot::HostTask { rep } => Ok((*rep, Waitable::Subtask { is_host: true })), in waitable_rep()
3120 let id = TableId::<HostTask>::new(rep); in subtask_drop()3579 let id = TableId::<HostTask>::new(rep); in subtask_cancel()4238 pub(crate) struct HostTask { struct4274 impl HostTask { impl4285 impl TableDebug for HostTask { implementation4613 Host(TableId<HostTask>),4825 Host(TableId<HostTask>),4837 fn host(&self) -> Option<TableId<HostTask>> { in host() argument4855 impl From<TableId<HostTask>> for CurrentThread {4856 fn from(id: TableId<HostTask>) -> Self { in from()[all …]