Searched refs:KeInsertQueueApc (Results 1 – 10 of 10) sorted by relevance
/reactos/ntoskrnl/ps/ |
H A D | debug.c | 204 if (!KeInsertQueueApc(&GetSetContext.Apc, NULL, Thread, 2)) in PsGetContextThread() 328 if (!KeInsertQueueApc(&GetSetContext.Apc, UlongToPtr(1), Thread, 2)) in PsSetContextThread()
|
H A D | kill.c | 970 if (!(KeInsertQueueApc(Apc, in PspExitNormalApc() 1046 if (!KeInsertQueueApc(Apc, Apc, NULL, 2)) in PspTerminateThreadByPointer()
|
H A D | state.c | 556 if (!KeInsertQueueApc(Apc, in NtQueueApcThreadEx()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | irp.c | 460 KeInsertQueueApc(&Irp->Tail.Apc, Irp->UserIosb, NULL, 2); in IopCompleteRequest() 1517 KeInsertQueueApc(&Irp->Tail.Apc, in IofCompleteRequest() 1574 KeInsertQueueApc(&Irp->Tail.Apc, in IofCompleteRequest() 1595 KeInsertQueueApc(&Irp->Tail.Apc, in IofCompleteRequest()
|
H A D | error.c | 702 KeInsertQueueApc(ErrorApc, Vpb, RealDeviceObject, IO_NO_INCREMENT); in IoRaiseHardError()
|
/reactos/ntoskrnl/ex/ |
H A D | work.c | 678 if (KeInsertQueueApc(&Apc, &Event, NULL, 3)) in ExSwapinWorkerThreads()
|
H A D | timer.c | 157 Inserted = KeInsertQueueApc(&Timer->TimerApc, in _Function_class_()
|
/reactos/ntoskrnl/ke/ |
H A D | apc.c | 735 KeInsertQueueApc(IN PKAPC Apc, in KeInsertQueueApc() function
|
/reactos/sdk/include/ndk/ |
H A D | kefuncs.h | 101 KeInsertQueueApc(
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 624 @ stdcall KeInsertQueueApc(ptr ptr ptr long)
|