Searched refs:EventsPresent (Results 1 – 2 of 2) sorted by relevance
144 KeSetEvent(&DebugObject->EventsPresent, in DbgkpQueueMessage()1143 KeSetEvent(&DebugObject->EventsPresent, IO_NO_INCREMENT, FALSE); in DbgkpCloseObject()1353 KeSetEvent(&DebugObject->EventsPresent, in DbgkpSetProcessDebugObject()1620 KeInitializeEvent(&DebugObject->EventsPresent, in NtCreateDebugObject()1741 KeSetEvent(&DebugObject->EventsPresent, in NtDebugContinue()2077 Status = KeWaitForSingleObject(&DebugObject->EventsPresent, in NtWaitForDebugEvent()2172 KeClearEvent(&DebugObject->EventsPresent); in NtWaitForDebugEvent()
92 KEVENT EventsPresent; member