Searched refs:thread_func_t (Results 1 – 3 of 3) sorted by relevance
50 typedef void * (*thread_func_t)(void *); // Host thread function type typedef
554 thread_func_t thread_fptr;557 HostThreadCreateInfo (const char *name, thread_func_t fptr, thread_arg_t arg) : in HostThreadCreateInfo()570 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline()585 thread_func_t thread_fptr, in ThreadCreate()
251 lldb::thread_func_t function,