pub unsafe extern "C-unwind" fn twz_rt_futex_wake(
ptr: *mut futex_word,
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.
pub unsafe extern "C-unwind" fn twz_rt_futex_wake(
ptr: *mut futex_word,
max: i64,
) -> bool
Wake up up to max threads waiting on ptr. If max is set to FUTEX_WAKE_ALL, wake all threads.