Home
last modified time | relevance | path

Searched refs:KeInsertQueueApc (Results 1 – 10 of 10) sorted by relevance

/reactos/ntoskrnl/ps/
H A Ddebug.c204 if (!KeInsertQueueApc(&GetSetContext.Apc, NULL, Thread, 2)) in PsGetContextThread()
328 if (!KeInsertQueueApc(&GetSetContext.Apc, UlongToPtr(1), Thread, 2)) in PsSetContextThread()
H A Dkill.c970 if (!(KeInsertQueueApc(Apc, in PspExitNormalApc()
1046 if (!KeInsertQueueApc(Apc, Apc, NULL, 2)) in PspTerminateThreadByPointer()
H A Dstate.c556 if (!KeInsertQueueApc(Apc, in NtQueueApcThreadEx()
/reactos/ntoskrnl/io/iomgr/
H A Dirp.c460 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 Derror.c702 KeInsertQueueApc(ErrorApc, Vpb, RealDeviceObject, IO_NO_INCREMENT); in IoRaiseHardError()
/reactos/ntoskrnl/ex/
H A Dwork.c678 if (KeInsertQueueApc(&Apc, &Event, NULL, 3)) in ExSwapinWorkerThreads()
H A Dtimer.c157 Inserted = KeInsertQueueApc(&Timer->TimerApc, in _Function_class_()
/reactos/ntoskrnl/ke/
H A Dapc.c735 KeInsertQueueApc(IN PKAPC Apc, in KeInsertQueueApc() function
/reactos/sdk/include/ndk/
H A Dkefuncs.h101 KeInsertQueueApc(
/reactos/ntoskrnl/
H A Dntoskrnl.spec624 @ stdcall KeInsertQueueApc(ptr ptr ptr long)