OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
273
* intended to be extensible. We define our own
KERNEL_NSIG
to deal with
276
* kernel (and this header) provides the range [1..
KERNEL_NSIG
]. The
281
#define
KERNEL_NSIG
128
283
#define
KERNEL_NSIG
64
288
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 274 milliseconds