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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.hpp41 int _n_threads; member in class:ConcurrentG1Refine
96 int total_thread_num() const { return _n_threads; }
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp408 // _n_threads is used to determine when a sub task is done.
413 uint _n_threads; member in class:SubTasksDone
433 uint n_threads() { return _n_threads; }
461 // _n_threads is used to determine when a sub task is done.
462 // See comments on SubTasksDone::_n_threads
463 uint _n_threads; // Total number of parallel threads. member in class:SequentialSubTasksDone
484 uint n_threads() { return _n_threads; }
485 void set_n_threads(uint t) { _n_threads = t; }
H A Dtaskqueue.hpp626 int _n_threads; member in class:ParallelTaskTerminator

Completed in 34 milliseconds