Home
last modified time | relevance | path

Searched refs:thread_function (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp25 llvm::StringRef name, lldb::thread_func_t thread_function, in LaunchThread() argument
29 new HostThreadCreateInfo(name.data(), thread_function, thread_arg); in LaunchThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp105 lldb::thread_func_t thread_function, in ThreadCreate() argument
109 thread_function, thread_arg, error_ptr); in ThreadCreate()
111 ThreadLauncher::LaunchThread(name, thread_function, thread_arg); in ThreadCreate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h23 LaunchThread(llvm::StringRef name, lldb::thread_func_t thread_function,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h30 lldb::thread_func_t thread_function,