Searched refs:niceval (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 303 #define __sanitizer_syscall_pre_setpriority(which, who, niceval) \ argument 305 (long)(niceval)) 306 #define __sanitizer_syscall_post_setpriority(res, which, who, niceval) \ argument 308 (long)(niceval)) 2178 long niceval); 2180 long niceval);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 594 PRE_SYSCALL(setpriority)(long which, long who, long niceval) {} 596 POST_SYSCALL(setpriority)(long res, long which, long who, long niceval) {}
|