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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp669 // thread_state_ptr - pre-checked for NULL
671 JvmtiEnv::GetThreadState(jthread thread, jint* thread_state_ptr) { argument
706 *thread_state_ptr = state;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1088 jint* thread_state_ptr);
1801 jint* thread_state_ptr) {
1802 return functions->GetThreadState(this, thread, thread_state_ptr);
1800 GetThreadState(jthread thread, jint* thread_state_ptr) argument

Completed in 50 milliseconds