HomeSort by relevance Sort by last modified time
    Searched defs:NCPU (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
armv7m_nvic.c 20 #define NCPU 1
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Exchanger.java 184 private static final int NCPU = Runtime.getRuntime().availableProcessors();
205 Math.max(0, Math.min(CAPACITY, NCPU / 2) - 1);
220 private static final int SPINS = (NCPU == 1) ? 0 : 2000;

Completed in 117 milliseconds