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

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp192 static MemNotifyThread* memnotify_thread() { return _memnotify_thread; } function in class:MemNotifyThread
5833 assert(memnotify_thread() == NULL, "we can only allocate one MemNotifyThread");
5846 assert(this == memnotify_thread(), "expected the singleton MemNotifyThread");
5893 if (memnotify_thread() == NULL) {

Completed in 689 milliseconds