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