Searched refs:host_task_create (Results 1 – 3 of 3) sorted by relevance
178 pub(crate) fn host_task_create(&mut self) -> Result<()> { in host_task_create() method
1549 pub(crate) fn host_task_create(&mut self) -> Result<Option<TableId<HostTask>>> { in host_task_create() method
381 let host_task = store.0.host_task_create()?; in entrypoint()