pub unsafe extern "C-unwind" fn twz_rt_futex_wait(
ptr: *mut u32,
expected: futex_word,
timeout: option_duration,
) -> bool
Expand description
If *ptr == expected, wait until signal, optionally timing out.
pub unsafe extern "C-unwind" fn twz_rt_futex_wait(
ptr: *mut u32,
expected: futex_word,
timeout: option_duration,
) -> bool
If *ptr == expected, wait until signal, optionally timing out.