Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h51 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()
69 void PushExpressionExecutionThread(lldb::tid_t tid);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp70 void ThreadList::PushExpressionExecutionThread(lldb::tid_t tid) { in PushExpressionExecutionThread() function in ThreadList
794 m_thread_list->PushExpressionExecutionThread(m_tid); in ExpressionExecutionThreadPusher()