twizzler_rt_abi::bindings

Function twz_rt_futex_wake

source
pub unsafe extern "C-unwind" fn twz_rt_futex_wake(
    ptr: *mut u32,
    max: i64,
) -> bool
Expand description

Wake up up to max threads waiting on ptr. If max is set to FUTEX_WAKE_ALL, wake all threads.