Home
last modified time | relevance | path

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

/reactos/base/services/dcomlaunch/
H A Ddcomlaunch.c28 static HANDLE ShutdownEvent; variable
66 SetEvent(ShutdownEvent); in ServiceControlHandler()
88 SetEvent(ShutdownEvent); in ServiceControlHandler()
117 ShutdownEvent = CreateEventW(NULL, TRUE, FALSE, NULL); in ServiceMain()
123 WaitForSingleObject(ShutdownEvent, INFINITE); in ServiceMain()
124 CloseHandle(ShutdownEvent); in ServiceMain()
/reactos/win32ss/user/ntuser/
H A Dinput.c136 PVOID ShutdownEvent; in RawInputThreadMain() local
175 PoRequestShutdownEvent(&ShutdownEvent); in RawInputThreadMain()
214 WaitObjects[cWaitObjects++] = ShutdownEvent; in RawInputThreadMain()
290 else if (pSignaledObject == ShutdownEvent) in RawInputThreadMain()