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