Function report |
Source Code:kernel\futex.c |
Create Date:2022-07-28 10:54:54 |
| Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sys_set_robust_list() - Set the robust-futex list head of a task*@head: pointer to the list-head*@len: length of the list-head, as userspace expects
Proto:SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, size_t, len)
Type:
Parameter:Nothing
| 3484 | If Not futex_cmpxchg_enabled Then Return -ENOSYS |
| 3489 | If Value for the false possibility is greater at compile time(len != size of head ) Then Return -EINVAL |
| 3492 | robust_list = head |
| 3494 | Return 0 |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |