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