LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::ThreadLauncher::HostThreadCreateInfo Struct Reference

#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
 

Detailed Description

Definition at line 30 of file ThreadLauncher.h.

Constructor & Destructor Documentation

◆ HostThreadCreateInfo()

lldb_private::ThreadLauncher::HostThreadCreateInfo::HostThreadCreateInfo ( std::string  thread_name,
std::function< lldb::thread_result_t()>  impl 
)
inline

Definition at line 34 of file ThreadLauncher.h.

Member Data Documentation

◆ impl

std::function<lldb::thread_result_t()> lldb_private::ThreadLauncher::HostThreadCreateInfo::impl

Definition at line 32 of file ThreadLauncher.h.

◆ thread_name

std::string lldb_private::ThreadLauncher::HostThreadCreateInfo::thread_name

Definition at line 31 of file ThreadLauncher.h.


The documentation for this struct was generated from the following file: