Home
last modified time | relevance | path

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

/art/runtime/arch/x86_64/
Dthread_x86_64.cc48 Thread* thread_ptr = this; in InitCpu() local
51 &thread_ptr, in InitCpu()
52 sizeof(thread_ptr)); in InitCpu()
/art/openjdkjvmti/
Dti_thread.h100 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr);
Dti_thread.cc213 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) { in GetCurrentThread() argument
225 *thread_ptr = thread_peer; in GetCurrentThread()
DOpenjdkJvmTi.cc150 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread() argument
152 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()