Skip to main content

SYS_SET_ROBUST_LIST

Constant SYS_SET_ROBUST_LIST 

Source
pub const SYS_SET_ROBUST_LIST: usize = 610;
Expand description

Set the robust futex list head for the current thread.

  • head: pointer to the first RobustListHead struct
  • len: length of the list in bytes

The kernel walks this list on thread exit to wake any futex waiters.