Function twz_rt_futex_wait

Source
pub unsafe extern "C-unwind" fn twz_rt_futex_wait(
    ptr: *mut futex_word,
    expected: futex_word,
    timeout: option_duration,
) -> bool
Expand description

If *ptr == expected, wait until signal, optionally timing out.