Searched refs:thread_wp (Results 1 – 2 of 2) sorted by relevance
312 ExecutionContext(const lldb::ThreadWP &thread_wp);
64 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext() argument66 lldb::ThreadSP thread_sp(thread_wp.lock()); in ExecutionContext()