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

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp177 static MemNotifyThread* _memnotify_thread; member in class:MemNotifyThread
192 static MemNotifyThread* memnotify_thread() { return _memnotify_thread; }
5828 MemNotifyThread* MemNotifyThread::_memnotify_thread = NULL;
5837 _memnotify_thread = this;

Completed in 42 milliseconds