sys_set_robust_list (9) - Linux Manuals

sys_set_robust_list: Set the robust-futex list head of a task

NAME

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.

COPYRIGHT