Searched refs:sentinel_worker (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp106 if (processor_id() != GCTaskManager::sentinel_worker()) {
H A DgcTaskManager.hpp426 return (blocking_worker() != sentinel_worker());
440 static uint sentinel_worker() { function in class:GCTaskManager
495 set_blocking_worker(sentinel_worker());
H A DgcTaskManager.cpp65 _affinity(GCTaskManager::sentinel_worker()){
71 _affinity(GCTaskManager::sentinel_worker()) {
415 processor_assignment[a] = sentinel_worker();
663 assert(which != sentinel_worker(),
695 assert(blocking_worker() != sentinel_worker(),

Completed in 43 milliseconds