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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp411 uint* processor_assignment = NEW_C_HEAP_ARRAY(uint, workers(), mtGC); local
413 !os::distribute_processes(workers(), processor_assignment)) {
415 processor_assignment[a] = sentinel_worker();
420 set_thread(t, GCTaskThread::create(this, t, processor_assignment[t]));
425 tty->print(" %u", processor_assignment[t]);
429 FREE_C_HEAP_ARRAY(uint, processor_assignment, mtGC);

Completed in 31 milliseconds