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

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

Completed in 59 milliseconds