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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 271 * intended to be extensible. We define our own KERNEL_NSIG to deal with
274 * kernel (and this header) provides the range [1..KERNEL_NSIG]. The
279 #define KERNEL_NSIG 128
281 #define KERNEL_NSIG 64
286 unsigned long sig[(KERNEL_NSIG + 8*sizeof(unsigned long) - 1)/
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 264 * intended to be extensible. We define our own KERNEL_NSIG to deal with
267 * kernel (and this header) provides the range [1..KERNEL_NSIG]. The
272 #define KERNEL_NSIG 128
274 #define KERNEL_NSIG 64
279 unsigned long sig[(KERNEL_NSIG + 8*sizeof(unsigned long) - 1)/
    [all...]

Completed in 136 milliseconds