twizzler_rt_abi::bindings

Function twz_rt_futex_wait

source
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.