Searched refs:thread_ptr (Results 1 – 5 of 5) sorted by relevance
48 Thread* thread_ptr = this; in InitCpu() local51 &thread_ptr, in InitCpu()52 sizeof(thread_ptr)); in InitCpu()
96 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr);
211 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) { in GetCurrentThread() argument223 *thread_ptr = thread_peer; in GetCurrentThread()
148 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread() argument150 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()