Home
last modified time | relevance | path

Searched refs:thread_ptr (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_thread.h70 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr);
Dti_thread.cc152 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) { in GetCurrentThread() argument
164 *thread_ptr = thread_peer; in GetCurrentThread()
DOpenjdkJvmTi.cc138 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread() argument
140 return ThreadUtil::GetCurrentThread(env, thread_ptr); in GetCurrentThread()
/art/openjdkjvmti/include/
Djvmti.h1092 jthread* thread_ptr);
1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()
1806 return functions->GetCurrentThread(this, thread_ptr); in GetCurrentThread()