Searched refs:_num_tasks (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dtask.cpp47 int PeriodicTask::_num_tasks = 0; member in class:PeriodicTask
79 int orig_num_tasks = _num_tasks;
81 for(int index = 0; index < _num_tasks; index++) {
83 if (_num_tasks < orig_num_tasks) { // task dis-enrolled itself
85 orig_num_tasks = _num_tasks;
95 if (_num_tasks == 0) {
100 for (int index = 1; index < _num_tasks; index++) {
126 if (_num_tasks == PeriodicTask::max_tasks) {
129 _tasks[_num_tasks++] = this;
146 for(index = 0; index < _num_tasks
[all...]
H A Dtask.hpp49 static int num_tasks() { return _num_tasks; }
55 static int _num_tasks; member in class:PeriodicTask

Completed in 44 milliseconds