|
LLDB mainline
|
#include <ThreadLauncher.h>
Public Member Functions | |
| HostThreadCreateInfo (std::string thread_name, std::function< lldb::thread_result_t()> impl) | |
Public Attributes | |
| std::string | thread_name |
| std::function< lldb::thread_result_t()> | impl |
Definition at line 30 of file ThreadLauncher.h.
|
inline |
Definition at line 34 of file ThreadLauncher.h.
References impl, and thread_name.
| std::function<lldb::thread_result_t()> lldb_private::ThreadLauncher::HostThreadCreateInfo::impl |
Definition at line 32 of file ThreadLauncher.h.
Referenced by HostThreadCreateInfo().
| std::string lldb_private::ThreadLauncher::HostThreadCreateInfo::thread_name |
Definition at line 31 of file ThreadLauncher.h.
Referenced by HostThreadCreateInfo().