Searched refs:HostThreadCreateInfo (Results 1 – 1 of 1) sorted by relevance
551 struct HostThreadCreateInfo struct557 HostThreadCreateInfo (const char *name, thread_func_t fptr, thread_arg_t arg) : in HostThreadCreateInfo() argument568 HostThreadCreateInfo *info = (HostThreadCreateInfo *)arg; in ThreadCreateTrampoline()593 … HostThreadCreateInfo *info_ptr = new HostThreadCreateInfo (thread_name, thread_fptr, thread_arg); in ThreadCreate()