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

/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.cpp64 MemTrackWorker* MemTracker::_worker_thread = NULL; member in class:MemTracker
201 if (_worker_thread != NULL && Thread::current() == _worker_thread) {
202 worker = _worker_thread;
203 _worker_thread = NULL;
396 if (_worker_thread == NULL) return;
400 int per_gen_in_use = _worker_thread->generations_in_use() * 100 / MAX_GENERATIONS;
435 // check _worker_thread with lock to avoid racing condition
436 if (_worker_thread != NULL) {
437 _worker_thread
[all...]
H A DmemTracker.hpp404 if (_slowdown_calling_thread && thr != _worker_thread) {
474 static MemTrackWorker* _worker_thread; member in class:MemTracker

Completed in 1060 milliseconds