Searched refs:winapp_thread_function (Results 1 – 1 of 1) sorted by relevance
34 DWORD WINAPI winapp_thread_function(LPVOID arg);46 thread_ = ::CreateThread(0, 0, winapp_thread_function, in winapp_thread()79 friend DWORD WINAPI winapp_thread_function(LPVOID arg);110 inline DWORD WINAPI winapp_thread_function(LPVOID arg) in winapp_thread_function() function