Searched defs:thread_arg (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp24 LaunchThread( llvm::StringRef name, lldb::thread_func_t thread_function, lldb::thread_arg_t thread_arg, size_t min_stack_byte_size) argument
H A DHostNativeThreadBase.cpp62 thread_arg_t thread_arg = info->thread_arg; local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h33 lldb::thread_arg_t thread_arg; member in struct:lldb_private::ThreadLauncher::HostThreadCreateInfo
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp105 ThreadCreate(const char *name, lldb::thread_func_t thread_function, void *thread_arg, SBError *error_ptr) argument

Completed in 112 milliseconds