HomeSort by relevance Sort by last modified time
    Searched refs:LSS_ERRNO (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 704 #undef LSS_ERRNO
709 #define LSS_ERRNO SYS_ERRNO
711 #define LSS_ERRNO errno
759 LSS_ERRNO = -(res); \
771 LSS_ERRNO = (res); \
783 LSS_ERRNO = (res); \
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 690 #undef LSS_ERRNO
695 #define LSS_ERRNO SYS_ERRNO
697 #define LSS_ERRNO errno
745 LSS_ERRNO = -(res); \
757 LSS_ERRNO = (res); \
769 LSS_ERRNO = (res); \
    [all...]

Completed in 672 milliseconds