Searched defs:NCPUS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DSynchronousQueue.java184 static final int NCPUS = Runtime.getRuntime().availableProcessors(); field in class:SynchronousQueue
193 static final int maxTimedSpins = (NCPUS < 2) ? 0 : 32;
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3071 const size_t NCPUS = 32768; // Since the buffer size computation is very obscure local
3081 size_t cpu_map_size = NCPUS / BitsPerCLong;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2927 const size_t NCPUS = 32768; // Since the buffer size computation is very obscure local
2937 size_t cpu_map_size = NCPUS / BitsPerCLong;

Completed in 77 milliseconds