LLDB mainline
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.

References impl, and thread_name.

Member Data Documentation

◆ impl

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

Definition at line 32 of file ThreadLauncher.h.

Referenced by HostThreadCreateInfo().

◆ thread_name

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

Definition at line 31 of file ThreadLauncher.h.

Referenced by HostThreadCreateInfo().


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