|
LLDB mainline
|
#include <ThreadList.h>
Public Member Functions | |
| ExpressionExecutionThreadPusher (ThreadList &thread_list, lldb::tid_t tid) | |
| ExpressionExecutionThreadPusher (lldb::ThreadSP thread_sp) | |
| ~ExpressionExecutionThreadPusher () | |
Private Attributes | |
| ThreadList * | m_thread_list |
| lldb::tid_t | m_tid |
Definition at line 51 of file ThreadList.h.
|
inline |
Definition at line 53 of file ThreadList.h.
References m_thread_list, m_tid, and lldb_private::ThreadList::ThreadList().
| ThreadList::ExpressionExecutionThreadPusher::ExpressionExecutionThreadPusher | ( | lldb::ThreadSP | thread_sp | ) |
Definition at line 904 of file ThreadList.cpp.
References LLDB_INVALID_THREAD_ID, m_thread_list, and m_tid.
|
inline |
Definition at line 60 of file ThreadList.h.
References LLDB_INVALID_THREAD_ID, m_thread_list, and m_tid.
|
private |
Definition at line 66 of file ThreadList.h.
Referenced by ExpressionExecutionThreadPusher(), ExpressionExecutionThreadPusher(), and ~ExpressionExecutionThreadPusher().
|
private |
Definition at line 67 of file ThreadList.h.
Referenced by ExpressionExecutionThreadPusher(), ExpressionExecutionThreadPusher(), and ~ExpressionExecutionThreadPusher().