Searched refs:thread_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1092 jthread* thread_ptr);
1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { argument
1806 return functions->GetCurrentThread(this, thread_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp711 // thread_ptr - pre-checked for NULL
713 JvmtiEnv::GetCurrentThread(jthread* thread_ptr) { argument
715 *thread_ptr = (jthread)JNIHandles::make_local(current_thread, current_thread->threadObj());

Completed in 43 milliseconds