sys_get_robust_list (9) Linux Manual Page
sys_get_robust_list – Get the robust-futex list head of a task
Synopsis
long sys_get_robust_list(int pid, struct robust_list_head __user *__user *head_ptr, size_t __user *len_ptr);
Arguments
pid
-
- pid of the process [zero for current task]
head_ptr
- pointer to a list-head pointer, the kernel fills it in
len_ptr
- pointer to a length field, the kernel fills in the header size
Author
Rusty Russell <rusty [at] rustcorp.com.au>
- Author.
