OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCPU
(Results
1 - 10
of
10
) sorted by null
/external/qemu/hw/
arm_gic.c
43
unsigned pending:
NCPU
;
44
unsigned active:
NCPU
;
45
unsigned level:
NCPU
;
50
#define ALL_CPU_MASK ((1 <<
NCPU
) - 1)
81
qemu_irq parent_irq[
NCPU
];
83
int cpu_enabled[
NCPU
];
89
int priority1[32][
NCPU
];
91
int last_active[GIC_NIRQ][
NCPU
];
93
int priority_mask[
NCPU
];
94
int running_irq[
NCPU
];
[
all
...]
armv7m_nvic.c
20
#define
NCPU
1
/libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java
248
private static final int
NCPU
= Runtime.getRuntime().availableProcessors();
255
static final int FULL = (
NCPU
>= (MMASK << 1)) ? MMASK :
NCPU
>>> 1;
260
* due to randomization. Note: Spinning is disabled when
NCPU
==1.
444
if (
NCPU
> 1 && bound == 0 &&
461
int spins = (
NCPU
> 1) ? SPINS : 1;
Phaser.java
[
all
...]
/external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh
6
NCPU
=`sysctl -n hw.
ncpu
`
8
NJOB=$
NCPU
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 198 milliseconds