Searched refs:_syscall3 (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1991 #undef _syscall3 1992 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro 2312 #undef _syscall3 2313 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ macro 2470 #undef _syscall3 2471 #define _syscall3(type, name, type1, arg1, type2, arg2, type3, arg3) \ macro 2596 #undef _syscall3 2597 #define _syscall3(type, name, type1, arg1, type2, arg2, type3, arg3) \ macro 2736 #undef _syscall3 2737 #define _syscall3(type, name, type1, arg1, type2, arg2, type3, arg3) \ macro [all …]
|
/external/stressapptest/src/ |
D | worker.cc | 74 _syscall3(int, sched_getaffinity, pid_t, pid, 76 _syscall3(int, sched_setaffinity, pid_t, pid,
|