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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp283 unsigned int switch_pt) {
293 return (ncpus <= switch_pt) ?
295 (switch_pt + ((ncpus - switch_pt) * num) / den);
280 nof_parallel_worker_threads( unsigned int num, unsigned int den, unsigned int switch_pt) argument

Completed in 31 milliseconds