Scroll to navigation

SYS_SET_ROBUST_LIST(9) Futex API reference SYS_SET_ROBUST_LIST(9)

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

struct robust_list_head __user * head
pointer to the list-head

size_t len

length of the list-head, as userspace expects

AUTHOR

Rusty Russell <rusty@rustcorp.com.au>
Author.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11