Home
last modified time | relevance | path

Searched refs:_syscall1 (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1675 #undef _syscall1
1676 #define _syscall1(type,name,type1,arg1) \ macro
1858 LSS_INLINE _syscall1(int, set_thread_area, void *, u) in _syscall1() function
1859 LSS_INLINE _syscall1(int, get_thread_area, void *, u) in _syscall1()
2026 #undef _syscall1
2027 #define _syscall1(type,name,type1,arg1) \ macro
2190 #undef _syscall1
2191 #define _syscall1(type, name, type1, arg1) \ macro
2316 #undef _syscall1
2317 #define _syscall1(type, name, type1, arg1) \ macro
[all …]
/external/ltp/testcases/kernel/syscalls/epoll2/src/
Depoll.c18 #define __sys_epoll_create(size) _syscall1(int, epoll_create, int, size)