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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp1199 WatcherThread* WatcherThread::_watcher_thread = NULL; member in class:WatcherThread
1206 _watcher_thread = this;
1318 _watcher_thread = NULL;
H A Dthread.hpp712 static WatcherThread* _watcher_thread; member in class:WatcherThread
734 static WatcherThread* watcher_thread() { return _watcher_thread; }

Completed in 47 milliseconds