Home
last modified time | relevance | path

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

/aosp12/art/runtime/arch/x86_64/
H A Dthread_x86_64.cc48 Thread* thread_ptr = this; in InitCpu() local
/aosp12/art/openjdkjvmti/
H A Dti_thread.cc213 jvmtiError ThreadUtil::GetCurrentThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread* thread_ptr) { in GetCurrentThread()
H A DOpenjdkJvmTi.cc150 static jvmtiError GetCurrentThread(jvmtiEnv* env, jthread* thread_ptr) { in GetCurrentThread()