Searched refs:_syscall1 (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1977 #undef _syscall1 1978 #define _syscall1(type,name,type1,arg1) \ macro 2134 LSS_INLINE _syscall1(int, set_thread_area, void *, u) in _syscall1() function 2135 LSS_INLINE _syscall1(int, get_thread_area, void *, u) in _syscall1() 2302 #undef _syscall1 2303 #define _syscall1(type,name,type1,arg1) \ macro 2459 #undef _syscall1 2460 #define _syscall1(type, name, type1, arg1) \ macro 2585 #undef _syscall1 2586 #define _syscall1(type, name, type1, arg1) \ macro [all …]
|
/external/ltp/testcases/kernel/syscalls/epoll2/src/ |
D | epoll.c | 18 #define __sys_epoll_create(size) _syscall1(int, epoll_create, int, size)
|