Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DThreadLauncher.h32 struct HostThreadCreateInfo { struct
37 HostThreadCreateInfo(const char *name, lldb::thread_func_t fptr, in HostThreadCreateInfo() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp58 ThreadLauncher::HostThreadCreateInfo *info = in ThreadCreateTrampoline()
59 (ThreadLauncher::HostThreadCreateInfo *)arg; in ThreadCreateTrampoline()
H A DThreadLauncher.cpp34 HostThreadCreateInfo *info_ptr = in LaunchThread()
35 new HostThreadCreateInfo(name.data(), thread_function, thread_arg); in LaunchThread()