Searched refs:thread_ptr (Results 1 – 5 of 5) sorted by relevance
76 uintptr_t thread_ptr = uintptr_t(reinterpret_cast<uintptr_t *>(mmap_ret_val)); in init_tls() local77 uintptr_t tls_addr = thread_ptr + size_of_pointers + padding; in init_tls()82 tls_descriptor.addr = thread_ptr; in init_tls()83 tls_descriptor.tp = thread_ptr; in init_tls()
101 lldb::ThreadSP GetThreadSPForThreadPtr(Thread *thread_ptr);
178 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr() argument180 if (thread_ptr) { in GetThreadSPForThreadPtr()186 if (m_threads[idx].get() == thread_ptr) { in GetThreadSPForThreadPtr()
3577 Thread *thread_ptr) { in GetKernelCoordinate() argument3584 if (!thread_ptr) { in GetKernelCoordinate()3592 for (uint32_t i = 0; i < thread_ptr->GetStackFrameCount(); ++i) { in GetKernelCoordinate()3593 if (!thread_ptr->SetSelectedFrameByIndex(i)) in GetKernelCoordinate()3596 StackFrameSP frame_sp = thread_ptr->GetSelectedFrame(); in GetKernelCoordinate()3661 Thread *thread_ptr = context.GetThreadPtr(); in KernelBreakpointHit() local3662 assert(thread_ptr && "Null thread pointer"); in KernelBreakpointHit()3666 if (!GetKernelCoordinate(current_coord, thread_ptr)) { in KernelBreakpointHit()
417 Thread *thread_ptr);