Searched refs:thread_func_t (Results 1 – 6 of 6) sorted by relevance
25 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()
49 typedef thread_result_t (*thread_func_t)(void *); // Host thread function type typedef68 typedef void *(*thread_func_t)(void *); // Host thread function type typedef
31 lldb::thread_func_t thread_function,
62 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline()
25 lldb::thread_func_t thread_function, in LaunchThread()
98 lldb::thread_func_t thread_function, in ThreadCreate()