Searched refs:LSS_INLINE (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1524 #undef LSS_INLINE 1526 #define LSS_INLINE SYS_INLINE macro 1528 #define LSS_INLINE static inline macro 1745 LSS_INLINE int LSS_NAME(clone)(int (*fn)(void *), void *child_stack, in LSS_NAME() 1833 LSS_INLINE _syscall6(int, _fadvise64_64, int, fd, in _syscall6() 1838 LSS_INLINE int LSS_NAME(fadvise64)(int fd, loff_t offset, in _syscall6() 1847 LSS_INLINE _syscall6(int, _fallocate, int, fd, in _syscall6() 1852 LSS_INLINE int LSS_NAME(fallocate)(int fd, int mode, in _syscall6() 1858 LSS_INLINE _syscall1(int, set_thread_area, void *, u) in _syscall1() 1859 LSS_INLINE _syscall1(int, get_thread_area, void *, u) in _syscall1() [all …]
|