Searched refs:proc_raise (Results 1 – 12 of 12) sorted by relevance
35 with the exception of the `proc_raise` hostcall, as it is expected to
392 fn proc_raise(&mut self, _memory: &mut GuestMemory<'_>, _sig: types::Signal) -> Result<()> { in proc_raise() method
449 (@interface func (export "proc_raise")
560 fn proc_raise( in proc_raise() method565 Snapshot1::proc_raise(self, memory, sig.into())?; in proc_raise()
2628 fn proc_raise( in proc_raise() method
1011 async fn proc_raise( in proc_raise() method
1145 async fn proc_raise( in proc_raise() method
451 (@interface func (export "proc_raise")
454 (@interface func (export "proc_raise")
2342 pub unsafe extern "C" fn proc_raise(_sig: Signal) -> Errno { in proc_raise() function