/reactos/sdk/lib/rtl/ |
H A D | timerqueue.c | 79 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 D | wait.c | 92 if (completion_event) NtSetEvent( completion_event, NULL ); in Wait_thread_proc() 210 NtSetEvent( Wait->CancelEvent, NULL ); in RtlDeregisterWaitEx()
|
H A D | critical.c | 241 Status = NtSetEvent(CriticalSection->LockSemaphore, NULL); in RtlpUnWaitCriticalSection()
|
/reactos/subsystems/win/basesrv/ |
H A D | vdm.c | 330 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 D | notify.c | 207 NtSetEvent(CurrentNotification->MappedEventHandle, NULL); in LsapNotifyPolicyChange()
|
H A D | srm.c | 202 Status = NtSetEvent(InitEvent, 0); in LsapRmInitializeServer()
|
H A D | authport.c | 401 Status = NtSetEvent(EventHandle, NULL); in StartAuthenticationPort()
|
/reactos/ntoskrnl/ |
H A D | sysfuncs.lst | 229 NtSetEvent 2
|
H A D | ntoskrnl.spec | 886 @ stdcall NtSetEvent(ptr ptr)
|
/reactos/base/setup/usetup/ |
H A D | devinst.c | 389 NtSetEvent(hNoPendingInstalls, NULL); in DeviceInstallThread() 475 NtSetEvent(hDeviceInstallListNotEmpty, NULL); in PnpEventThread()
|
/reactos/ntoskrnl/ex/ |
H A D | event.c | 455 NtSetEvent(IN HANDLE EventHandle, in NtSetEvent() function
|
/reactos/win32ss/user/winsrv/consrv/condrv/ |
H A D | coninput.c | 165 if (SetWaitEvent) NtSetEvent(Console->InputBuffer.ActiveEvent, NULL); in AddInputEvents()
|
/reactos/base/system/smss/ |
H A D | smloop.c | 407 NtSetEvent(CidSubsystem->Event, NULL); in SmpHandleConnectionRequest()
|
H A D | smsubsys.c | 499 NtSetEvent(NewSubsystem->Event, NULL); in SmpLoadSubSystem()
|
H A D | sminit.c | 2561 NtSetEvent(EventHandle, NULL); in SmpInit()
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | guiterm.c | 140 NtSetEvent(GuiInitInfo->GuiThreadStartupEvent, NULL); in GuiConsoleInputThread() 239 NtSetEvent(GuiData->hGuiTermEvent, NULL); in GuiConsoleInputThread()
|
H A D | conwnd.c | 681 NtSetEvent(GuiData->hGuiInitEvent, NULL); in OnNcCreate() 714 NtSetEvent(GuiData->hGuiInitEvent, NULL); in OnNcCreate()
|
/reactos/dll/win32/kernel32/client/ |
H A D | synch.c | 738 Status = NtSetEvent(hEvent, NULL); in SetEvent()
|
/reactos/sdk/include/ndk/ |
H A D | exfuncs.h | 499 NtSetEvent(
|
/reactos/subsystems/csr/csrsrv/ |
H A D | api.c | 376 Status = NtSetEvent((HANDLE)Parameter, NULL); in CsrApiRequestThread()
|
/reactos/win32ss/user/winsrv/consrv/ |
H A D | console.c | 812 NtSetEvent(Console->InitEvents[INIT_SUCCESS], NULL); in ConSrvInitConsole()
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 2551 NTSYSAPI NTSTATUS WINAPI NtSetEvent(HANDLE,PULONG);
|
/reactos/dll/ntdll/def/ |
H A D | ntdll.spec | 521 @ stdcall NtSetEvent(long long)
|