Searched refs:thread_fptr (Results 1 – 2 of 2) sorted by relevance
62 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline() local70 return thread_fptr(thread_arg); in ThreadCreateTrampoline()
34 lldb::thread_func_t thread_fptr; member39 : thread_name(name ? name : ""), thread_fptr(fptr), thread_arg(arg) {} in HostThreadCreateInfo()