Searched refs:thread_ptr (Results 1 – 4 of 4) sorted by relevance
70 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr);
152 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) { in GetCurrentThread() argument164 *thread_ptr = thread_peer; in GetCurrentThread()
138 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread() argument140 return ThreadUtil::GetCurrentThread(env, thread_ptr); in GetCurrentThread()
1092 jthread* thread_ptr);1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()1806 return functions->GetCurrentThread(this, thread_ptr); in GetCurrentThread()