set_robust_list (2) Linux Manual Page
NAME get_robust_list, set_robust_list – get/set list of robust futexes SYNOPSIS #include <linux/futex.h> #include <sys/types.h> #include <syscall.h> long get_robust_list(int pid, struct robust_list_head **head_ptr, size_t *len_ptr); long set_robust_list(struct robust_list_head *head, size_t len); Note: There are no glibc wrappers for these system calls; see NOTES. DESCRIPTION These system calls deal with per-thread robust futex lists. These lists are…
