OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CPU_SETSIZE
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h
71
# define
CPU_SETSIZE
__CPU_SETSIZE
/bionic/libc/include/
sched.h
89
#define
CPU_SETSIZE
32
98
__CPU_BITTYPE __bits[
CPU_SETSIZE
/ __CPU_BITS ];
106
#if
CPU_SETSIZE
== __CPU_BITS
116
if (__cpu <
CPU_SETSIZE
) \
123
if (__cpu <
CPU_SETSIZE
) \
130
(cpu_ <
CPU_SETSIZE
) \
145
#else /*
CPU_SETSIZE
!= __CPU_BITS */
156
#endif /*
CPU_SETSIZE
!= __CPU_BITS */
/external/oprofile/daemon/
opd_perfmon.c
49
#define
CPU_SETSIZE
1024
53
unsigned long __bits[
CPU_SETSIZE
/ __NCPUBITS];
Completed in 28 milliseconds