Lines Matching refs:partially
3268 // we only partially drain the local queue and global stack
3627 void CMTask::drain_local_queue(bool partially) {
3631 // drain it partially (so that other tasks can steal if they run out
3634 if (partially) {
3676 void CMTask::drain_global_stack(bool partially) {
3681 assert(partially || _task_queue->size() == 0, "invariant");
3684 // drain it partially (so that other tasks can steal if they run out
3690 if (partially) {
3704 drain_local_queue(partially);
4010 // ...then partially drain the local queue and the global stack
4077 // We then partially drain the local queue and the global stack.