Home
last modified time | relevance | path

Searched refs:hExitThread (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Dexit.c92 HANDLE hExitThread; in ExitWindowsWorker() local
159 hExitThread = CreateThread(NULL, 0, ExitWindowsThread, &ExitData, 0, NULL); in ExitWindowsWorker()
160 if (hExitThread == NULL) in ExitWindowsWorker()
164 while (MsgWaitForMultipleObjectsEx(1, &hExitThread, INFINITE, QS_ALLINPUT, 0)) in ExitWindowsWorker()
171 if (!GetExitCodeThread(hExitThread, &ExitCode)) in ExitWindowsWorker()
174 CloseHandle(hExitThread); in ExitWindowsWorker()