Searched refs:thread_fptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h32 lldb::thread_func_t thread_fptr; member in struct:lldb_private::ThreadLauncher::HostThreadCreateInfo
37 : thread_name(name ? name : ""), thread_fptr(fptr), thread_arg(arg) {}
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp61 thread_func_t thread_fptr = info->thread_fptr; local
68 return thread_fptr(thread_arg);

Completed in 182 milliseconds