pub const SYS_SET_ROBUST_LIST: usize = 610; // 610usizeExpand description
Set the robust futex list head for the current thread.
head: pointer to the firstRobustListHeadstructlen: length of the list in bytes
The kernel walks this list on thread exit to wake any futex waiters.