sys_set_robust_list (9) Linux Manual Page
sys_set_robust_list – Set the robust-futex list head of a task
Synopsis
long sys_set_robust_list(struct robust_list_head __user *head, size_t len);
Arguments
head
-
- pointer to the list-head
len
- length of the list-head, as userspace expects
Author
Rusty Russell <rusty [at] rustcorp.com.au>
- Author.
