Function wasmer_wasix::syscalls::wasix::thread_signal::thread_signal
source · pub fn thread_signal(
ctx: FunctionEnvMut<'_, WasiEnv>,
tid: Tid,
sig: Signal,
) -> Result<Errno, WasiError>
Expand description
§thread_signal()
Send a signal to a particular thread in the current process.
Note: This is similar to signal
in POSIX.
Inputs:
Signal
Signal to be raised for this process