Searched refs:pgc_thread (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp45 if (!os::create_thread(this, os::pgc_thread))
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp398 pgc_thread, // Parallel GC thread enumerator in enum:os::ThreadType
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp89 worker_type = os::pgc_thread;
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1197 case pgc_thread:
1233 case os::pgc_thread:
1272 (thr_type == pgc_thread) ||
1323 (thr_type == pgc_thread) || (thr_type == compiler_thread && BackgroundCompilation))) {
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1105 case os::pgc_thread:
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp934 case os::pgc_thread:
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp544 case os::pgc_thread:

Completed in 194 milliseconds