Searched refs:__thread_func_wrapper (Results 1 – 1 of 1) sorted by relevance
35 static DWORD __thread_func_wrapper(LPVOID lpParameter) { in __thread_func_wrapper() function51 pthread = CreateThread(NULL, 0, __thread_func_wrapper, info, 0, NULL); in pthread_create()