Home
last modified time | relevance | path

Searched refs:HostThreadCreateInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h30 struct HostThreadCreateInfo { struct
34 HostThreadCreateInfo(std::string thread_name, in HostThreadCreateInfo() argument
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp55 std::unique_ptr<ThreadLauncher::HostThreadCreateInfo> info_up( in ThreadCreateTrampoline()
56 (ThreadLauncher::HostThreadCreateInfo *)arg); in ThreadCreateTrampoline()
H A DThreadLauncher.cpp30 auto info_up = std::make_unique<HostThreadCreateInfo>(name.str(), impl); in LaunchThread()