Home
last modified time | relevance | path

Searched refs:thread_wp (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDExecutionContext.h402 ExecutionContext (const lldb::ThreadWP &thread_wp);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDExecutionContext.cpp99 ExecutionContext::ExecutionContext (const lldb::ThreadWP &thread_wp) : in ExecutionContext() argument
105 lldb::ThreadSP thread_sp(thread_wp.lock()); in ExecutionContext()