Searched refs:LSS_ERRNO (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h702 #undef LSS_ERRNO macro
707 #define LSS_ERRNO SYS_ERRNO macro
709 #define LSS_ERRNO errno macro
757 LSS_ERRNO = -(res); \
769 LSS_ERRNO = (res); \
781 LSS_ERRNO = (res); \
1043 LSS_ERRNO = -(res); \
1991 LSS_ERRNO = EINVAL;
2003 LSS_ERRNO = EINVAL;
2048 int old_errno = LSS_ERRNO;
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h690 #undef LSS_ERRNO macro
695 #define LSS_ERRNO SYS_ERRNO macro
697 #define LSS_ERRNO errno macro
745 LSS_ERRNO = -(res); \
757 LSS_ERRNO = (res); \
769 LSS_ERRNO = (res); \
1895 LSS_ERRNO = EINVAL;
1907 LSS_ERRNO = EINVAL;
1952 int old_errno = LSS_ERRNO;
1977 if (rc < 0 && LSS_ERRNO
[all...]

Completed in 48 milliseconds