Home
last modified time | relevance | path

Searched refs:thread_func_t (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DThreadLauncher.h25 LaunchThread(llvm::StringRef name, lldb::thread_func_t thread_function,
34 lldb::thread_func_t thread_fptr;
37 HostThreadCreateInfo(const char *name, lldb::thread_func_t fptr, in HostThreadCreateInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-types.h49 typedef thread_result_t (*thread_func_t)(void *); // Host thread function type typedef
68 typedef void *(*thread_func_t)(void *); // Host thread function type typedef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBHostOS.h31 lldb::thread_func_t thread_function,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp62 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline()
H A DThreadLauncher.cpp25 lldb::thread_func_t thread_function, in LaunchThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp98 lldb::thread_func_t thread_function, in ThreadCreate()