Skip to main content

set_robust_list

Function set_robust_list 

Source
pub unsafe fn set_robust_list(
    head: *mut robust_list_head_t,
    len: usize,
) -> Result<(), Errno>
Expand description

Set the robust-futex list head of a task.

Params:

  • head: pointer to the list-head
  • len: length of the list-head, as userspace expects