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

/openjdk10/hotspot/src/share/vm/gc/shared/
H A DworkerManager.hpp40 // worker_type - type of thread.
53 os::ThreadType worker_type,
62 if (new_worker == NULL || !os::create_thread(new_worker, worker_type)) {
49 add_workers(WorkerType* holder, uint active_workers, uint total_workers, uint created_workers, os::ThreadType worker_type, bool initializing) argument
H A Dworkgroup.cpp63 os::ThreadType worker_type; local
65 worker_type = os::cgc_thread;
67 worker_type = os::pgc_thread;
75 worker_type,
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DgcTaskManager.cpp389 os::ThreadType worker_type = os::pgc_thread; local
396 worker_type,

Completed in 93 milliseconds