OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cpu_mask
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h
110
# define __NCPUBITS (8 * sizeof (
__cpu_mask
))
113
typedef unsigned long int
__cpu_mask
;
typedef
117
# define __CPUMASK(cpu) ((
__cpu_mask
) 1 << ((cpu) % __NCPUBITS))
122
__cpu_mask
__bits[__CPU_SETSIZE / __NCPUBITS];
133
size_t __imax = (setsize) / sizeof (
__cpu_mask
); \
134
__cpu_mask
*__bits = (cpusetp)->__bits; \
143
? (((
__cpu_mask
*) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
150
? (((
__cpu_mask
*) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
157
? ((((__const
__cpu_mask
*) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
170
({ __const
__cpu_mask
*__arr1 = (cpusetp1)->__bits;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h
110
# define __NCPUBITS (8 * sizeof (
__cpu_mask
))
113
typedef unsigned long int
__cpu_mask
;
typedef
117
# define __CPUMASK(cpu) ((
__cpu_mask
) 1 << ((cpu) % __NCPUBITS))
122
__cpu_mask
__bits[__CPU_SETSIZE / __NCPUBITS];
133
size_t __imax = (setsize) / sizeof (
__cpu_mask
); \
134
__cpu_mask
*__bits = (cpusetp)->__bits; \
143
? (((
__cpu_mask
*) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
150
? (((
__cpu_mask
*) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
157
? ((((__const
__cpu_mask
*) ((cpusetp)->__bits))[__CPUELT (__cpu)] \
170
({ __const
__cpu_mask
*__arr1 = (cpusetp1)->__bits;
[
all
...]
Completed in 1201 milliseconds