Searched refs:thread_ptr (Results 1 – 7 of 7) 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()
101 lldb::ThreadSP GetThreadSPForThreadPtr(Thread *thread_ptr);
177 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr() argument179 if (thread_ptr) { in GetThreadSPForThreadPtr()185 if (m_threads[idx].get() == thread_ptr) { in GetThreadSPForThreadPtr()
3591 Thread *thread_ptr) { in GetKernelCoordinate() argument3598 if (!thread_ptr) { in GetKernelCoordinate()3606 for (uint32_t i = 0; i < thread_ptr->GetStackFrameCount(); ++i) { in GetKernelCoordinate()3607 if (!thread_ptr->SetSelectedFrameByIndex(i)) in GetKernelCoordinate()3610 StackFrameSP frame_sp = thread_ptr->GetSelectedFrame(); in GetKernelCoordinate()3676 Thread *thread_ptr = context.GetThreadPtr(); in KernelBreakpointHit() local3677 assert(thread_ptr && "Null thread pointer"); in KernelBreakpointHit()3681 if (!GetKernelCoordinate(current_coord, thread_ptr)) { in KernelBreakpointHit()
418 Thread *thread_ptr);
1092 jthread* thread_ptr);1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()1806 return functions->GetCurrentThread(this, thread_ptr); in GetCurrentThread()