#include "ki.h"
Go to the source code of this file.
Functions | |
NTSTATUS | NtYieldExecution (VOID) |
|
Definition at line 29 of file yield.c. References _KTHREAD::ApcState, _KTHREAD::BasePriority, KeGetCurrentPrcb, KeGetCurrentThread, KiDispatcherReadyListHead, KiFindReadyThread(), KiLockDispatcherDatabase, KiReadySummary, KiSwapThread(), KiUnlockDispatcherDatabase(), _KTHREAD::NextProcessor, NTSTATUS(), NULL, _KTHREAD::Priority, _KTHREAD::PriorityDecrement, _KAPC_STATE::Process, _KTHREAD::Quantum, Ready, SetMember, _KTHREAD::State, Status, _KPROCESS::ThreadQuantum, _KTHREAD::WaitIrql, and _KTHREAD::WaitListEntry. Referenced by PeekMessage(), and ReadConsoleInternal().
|