Home
last modified time | relevance | path

Searched refs:thread_ptr (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Did_native.h26 constexpr NativeId(TX_THREAD* thread_ptr = nullptr)
27 : thread_ptr_(thread_ptr) {} in thread_ptr_() argument
/external/libcap/tests/
Dpsx_test.c20 } thread_ptr; typedef
24 thread_ptr tp; in say_hello_expecting()
/external/llvm-project/lldb/include/lldb/Target/
DThreadList.h101 lldb::ThreadSP GetThreadSPForThreadPtr(Thread *thread_ptr);
/external/llvm-project/lldb/source/Target/
DThreadList.cpp177 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr() argument
179 if (thread_ptr) { in GetThreadSPForThreadPtr()
185 if (m_threads[idx].get() == thread_ptr) { in GetThreadSPForThreadPtr()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp3591 Thread *thread_ptr) { in GetKernelCoordinate() argument
3598 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() local
3677 assert(thread_ptr && "Null thread pointer"); in KernelBreakpointHit()
3681 if (!GetKernelCoordinate(current_coord, thread_ptr)) { in KernelBreakpointHit()
DRenderScriptRuntime.h418 Thread *thread_ptr);
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1092 jthread* thread_ptr);
1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()
1806 return functions->GetCurrentThread(this, thread_ptr); in GetCurrentThread()