Searched refs:StartThreadFuncType (Results 1 – 2 of 2) sorted by relevance
73 typedef int32_t (*StartThreadFuncType)(); typedef
273 auto StartThread = (StartThreadFuncType)dlsym(handle, "StartThread"); in ServiceThreadMain()