Suspends the thread until a certain signal occurs.
fn rt_sigtimedwait(set: &sigset_t, info: &mut siginfo_t, timeout: Option<×pec>) -> i32
| Name | Description |
|---|---|
| set | The set of signals to wait for. |
| info | Place where information about the signal will be stored. |
| timeout | Optional timeout. |