HomeSort by relevance Sort by last modified time
    Searched refs:NCPU (Results 1 - 3 of 3) 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 186 private static final int NCPU = Runtime.getRuntime().availableProcessors();
207 Math.max(0, Math.min(CAPACITY, NCPU / 2) - 1);
222 private static final int SPINS = (NCPU == 1) ? 0 : 2000;

Completed in 43 milliseconds