Searched refs:main_window_loop (Results 1 – 1 of 1) sorted by relevance
625 static DWORD WINAPI main_window_loop(LPVOID lpParameter) in main_window_loop() function628 static unsigned int WINAPI main_window_loop(void *lpParameter) in main_window_loop()768 thread = CreateThread(NULL, 0, &main_window_loop, in install_signal_handlers()771 thread = _beginthreadex(NULL, 0, &main_window_loop, in install_signal_handlers()
Completed in 5 milliseconds