ReactOS 0.4.16-dev-112-g52265ae
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS NTAPI KeDelayExecutionThread | ( | IN KPROCESSOR_MODE | WaitMode, |
IN BOOLEAN | Alertable, | ||
IN PLARGE_INTEGER Interval | OPTIONAL | ||
) |
Definition at line 283 of file wait.c.
NTSTATUS NTAPI KeWaitForMultipleObjects | ( | IN ULONG | Count, |
IN PVOID | Object[], | ||
IN WAIT_TYPE | WaitType, | ||
IN KWAIT_REASON | WaitReason, | ||
IN KPROCESSOR_MODE | WaitMode, | ||
IN BOOLEAN | Alertable, | ||
IN PLARGE_INTEGER Timeout | OPTIONAL, | ||
OUT PKWAIT_BLOCK WaitBlockArray | OPTIONAL | ||
) |
Definition at line 586 of file wait.c.
Referenced by co_MsqSendMessage(), ExpWorkerThreadBalanceManager(), KeBalanceSetManager(), MiBalancerThread(), MmZeroPageThread(), NtUserWaitForInputIdle(), NtWaitForMultipleObjects(), PipeWorkerThread(), QueueThread(), RawInputThreadMain(), ReadBytes(), sys_arch_mbox_fetch(), sys_arch_sem_wait(), TdiCall(), TdiSendThread(), TestEventConcurrent(), and WaitForEventSafely().
NTSTATUS NTAPI KeWaitForSingleObject | ( | IN PVOID | Object, |
IN KWAIT_REASON | WaitReason, | ||
IN KPROCESSOR_MODE | WaitMode, | ||
IN BOOLEAN | Alertable, | ||
IN PLARGE_INTEGER Timeout | OPTIONAL | ||
) |
Definition at line 416 of file wait.c.
VOID FASTCALL KiAcquireFastMutex | ( | IN PFAST_MUTEX | FastMutex | ) |
Definition at line 107 of file wait.c.
Referenced by _ExAcquireFastMutex(), and _ExAcquireFastMutexUnsafe().
VOID FASTCALL KiAcquireGuardedMutex | ( | IN OUT PKGUARDED_MUTEX | GuardedMutex | ) |
Definition at line 122 of file wait.c.
Referenced by _KeAcquireGuardedMutex(), and _KeAcquireGuardedMutexUnsafe().
Definition at line 199 of file wait.c.
Definition at line 55 of file wait.c.
Referenced by KeSetEventBoostPriority(), and KiUnwaitThread().
Definition at line 89 of file wait.c.
Referenced by KeAlertResumeThread(), KeAlertThread(), KiActivateWaiterQueue(), KiInsertQueueApc(), KiWaitTest(), KxUnwaitThread(), and KxUnwaitThreadForEvent().
Definition at line 20 of file wait.c.
Definition at line 876 of file wait.c.
Referenced by CsrApiRequestThread(), NtProcessStartup(), RtlpInitializeThreadPool(), RtlpIoWorkerThreadProc(), RtlpStartWorkerThread(), SleepEx(), SmpApiLoop(), and SmpLoadSubSystemsForMuSession().