Searched refs:thread_arg (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h24 lldb::thread_arg_t thread_arg,
33 lldb::thread_arg_t thread_arg; 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.cpp62 thread_arg_t thread_arg = info->thread_arg; local
68 return thread_fptr(thread_arg);
H A DThreadLauncher.cpp26 lldb::thread_arg_t thread_arg, size_t min_stack_byte_size) {
29 new HostThreadCreateInfo(name.data(), thread_function, thread_arg);
24 LaunchThread( llvm::StringRef name, lldb::thread_func_t thread_function, lldb::thread_arg_t thread_arg, size_t min_stack_byte_size) argument
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBHostOS.i33 void *thread_arg,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h31 void *thread_arg, lldb::SBError *err);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp107 void *thread_arg, SBError *error_ptr) {
110 thread_function, thread_arg, error_ptr);
112 ThreadLauncher::LaunchThread(name, thread_function, thread_arg);
105 ThreadCreate(const char *name, lldb::thread_func_t thread_function, void *thread_arg, SBError *error_ptr) argument

Completed in 107 milliseconds