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-headlen: length of the list-head, as userspace expects