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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp421 // SubTasksDone functions.
423 SubTasksDone::SubTasksDone(uint n) : function in class:SubTasksDone
430 bool SubTasksDone::valid() {
434 void SubTasksDone::set_n_threads(uint t) {
440 void SubTasksDone::clear() {
450 bool SubTasksDone::is_task_claimed(uint t) {
467 void SubTasksDone::all_tasks_completed() {
479 SubTasksDone::~SubTasksDone() {
[all...]
H A Dworkgroup.hpp405 class SubTasksDone: public CHeapObj<mtInternal> { class in inherits:CHeapObj
426 SubTasksDone(uint n);
447 ~SubTasksDone();
462 // See comments on SubTasksDone::_n_threads

Completed in 52 milliseconds