Home
last modified time | relevance | path

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

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