Searched refs:thread_ptr (Results 1 – 3 of 3) sorted by relevance
26 constexpr NativeId(TX_THREAD* thread_ptr = nullptr)27 : thread_ptr_(thread_ptr) {} in thread_ptr_() argument
20 } thread_ptr; typedef24 thread_ptr tp; in say_hello_expecting()
1092 jthread* thread_ptr);1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()1806 return functions->GetCurrentThread(this, thread_ptr); in GetCurrentThread()