Searched refs:thread_fptr (Results 1 – 1 of 1) sorted by relevance
554 thread_func_t thread_fptr; member559 thread_fptr (fptr), in HostThreadCreateInfo()570 thread_func_t thread_fptr = info->thread_fptr; in ThreadCreateTrampoline() local578 return thread_fptr (thread_arg); in ThreadCreateTrampoline()585 thread_func_t thread_fptr, in ThreadCreate() argument593 … HostThreadCreateInfo *info_ptr = new HostThreadCreateInfo (thread_name, thread_fptr, thread_arg); in ThreadCreate()