Home
last modified time | relevance | path

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

/reactos/drivers/input/sermouse/
H A Dreadmouse.c132 &DeviceExtension->StopWorkerThreadEvent, in SermouseDeviceWorker()
140 KeClearEvent(&DeviceExtension->StopWorkerThreadEvent); in SermouseDeviceWorker()
H A Dsermouse.h63 KEVENT StopWorkerThreadEvent; member
H A Dinternaldevctl.c40 KeSetEvent(&DeviceExtension->StopWorkerThreadEvent, (KPRIORITY)0, FALSE); in SermouseInternalDeviceControl()
H A Dfdo.c49 KeInitializeEvent(&DeviceExtension->StopWorkerThreadEvent, NotificationEvent, FALSE); in SermouseAddDevice()