Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dtimerqueue.c79 NtSetEvent(t->event, NULL); in queue_remove_timer()
83 NtSetEvent(q->event, NULL); in queue_remove_timer()
137 NtSetEvent(q->event, NULL); in queue_add_timer()
352 NtSetEvent(q->event, NULL); in RtlDeleteTimerQueueEx()
366 NtSetEvent(CompletionEvent, NULL); in RtlDeleteTimerQueueEx()
H A Dwait.c92 if (completion_event) NtSetEvent( completion_event, NULL ); in Wait_thread_proc()
210 NtSetEvent( Wait->CancelEvent, NULL ); in RtlDeregisterWaitEx()
H A Dcritical.c241 Status = NtSetEvent(CriticalSection->LockSemaphore, NULL); in RtlpUnWaitCriticalSection()
/reactos/subsystems/win/basesrv/
H A Dvdm.c330 NtSetEvent(DosRecord->ServerEvent, NULL); in BaseSrvCleanupVDMResources()
755 NtSetEvent(ConsoleRecord->ServerEvent, NULL); in CSR_API()
1076 NtSetEvent(DosRecord->ServerEvent, NULL); in CSR_API()
1205 NtSetEvent(DosRecord->ServerEvent, NULL); in CSR_API()
1321 NtSetEvent(ConsoleRecord->ServerEvent, NULL); in CSR_API()
/reactos/dll/win32/lsasrv/
H A Dnotify.c207 NtSetEvent(CurrentNotification->MappedEventHandle, NULL); in LsapNotifyPolicyChange()
H A Dsrm.c202 Status = NtSetEvent(InitEvent, 0); in LsapRmInitializeServer()
H A Dauthport.c401 Status = NtSetEvent(EventHandle, NULL); in StartAuthenticationPort()
/reactos/ntoskrnl/
H A Dsysfuncs.lst229 NtSetEvent 2
H A Dntoskrnl.spec886 @ stdcall NtSetEvent(ptr ptr)
/reactos/base/setup/usetup/
H A Ddevinst.c389 NtSetEvent(hNoPendingInstalls, NULL); in DeviceInstallThread()
475 NtSetEvent(hDeviceInstallListNotEmpty, NULL); in PnpEventThread()
/reactos/ntoskrnl/ex/
H A Devent.c455 NtSetEvent(IN HANDLE EventHandle, in NtSetEvent() function
/reactos/win32ss/user/winsrv/consrv/condrv/
H A Dconinput.c165 if (SetWaitEvent) NtSetEvent(Console->InputBuffer.ActiveEvent, NULL); in AddInputEvents()
/reactos/base/system/smss/
H A Dsmloop.c407 NtSetEvent(CidSubsystem->Event, NULL); in SmpHandleConnectionRequest()
H A Dsmsubsys.c499 NtSetEvent(NewSubsystem->Event, NULL); in SmpLoadSubSystem()
H A Dsminit.c2561 NtSetEvent(EventHandle, NULL); in SmpInit()
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dguiterm.c140 NtSetEvent(GuiInitInfo->GuiThreadStartupEvent, NULL); in GuiConsoleInputThread()
239 NtSetEvent(GuiData->hGuiTermEvent, NULL); in GuiConsoleInputThread()
H A Dconwnd.c681 NtSetEvent(GuiData->hGuiInitEvent, NULL); in OnNcCreate()
714 NtSetEvent(GuiData->hGuiInitEvent, NULL); in OnNcCreate()
/reactos/dll/win32/kernel32/client/
H A Dsynch.c738 Status = NtSetEvent(hEvent, NULL); in SetEvent()
/reactos/sdk/include/ndk/
H A Dexfuncs.h499 NtSetEvent(
/reactos/subsystems/csr/csrsrv/
H A Dapi.c376 Status = NtSetEvent((HANDLE)Parameter, NULL); in CsrApiRequestThread()
/reactos/win32ss/user/winsrv/consrv/
H A Dconsole.c812 NtSetEvent(Console->InitEvents[INIT_SUCCESS], NULL); in ConSrvInitConsole()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2551 NTSYSAPI NTSTATUS WINAPI NtSetEvent(HANDLE,PULONG);
/reactos/dll/ntdll/def/
H A Dntdll.spec521 @ stdcall NtSetEvent(long long)