Searched refs:java_suspend (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp842 // java_suspend() will catch threads in the process of exiting
844 java_thread->java_suspend();
855 // check again because we can get delayed in java_suspend():
H A Djvm.cpp2846 // java_suspend() will catch threads in the process of exiting
2848 receiver->java_suspend();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp889 tp->java_suspend();
H A Dthread.hpp146 // In general, java_suspend() does not wait for an external suspend
175 // part of java_suspend(), but that probably would affect the suspend/query
1056 void java_suspend();
H A Dthread.cpp613 // unless this function is called before the actual java_suspend()
2220 void JavaThread::java_suspend() { function in class:JavaThread

Completed in 67 milliseconds