Function wasix::proc_raise
source · [−]Expand description
Send a signal to the process of the calling thread.
Note: This is similar to raise in POSIX.
Parameters
sig- The signal condition to trigger.
Send a signal to the process of the calling thread.
Note: This is similar to raise in POSIX.
sig - The signal condition to trigger.