#include <threads.h>
Public Attributes | |
LIST_ENTRY | WaitThreadsList |
HANDLE | ThreadHandle |
ULONG | ThreadId |
ULONG | NumWaits |
ULONG | NumActiveWaits |
HANDLE | ActiveWaitArray [64] |
PRTLP_WAIT | ActiveWaitPointers [64] |
HANDLE | TimerHandle |
RTLP_TIMER_QUEUE | TimerQueue |
RTLP_TIMER | TimerBlocks [63] |
LIST_ENTRY | FreeTimerBlocks |
LARGE_INTEGER | Current64BitTickCount |
LONGLONG | Firing64BitTickCount |
RTL_CRITICAL_SECTION | WaitThreadCriticalSection |
|
Definition at line 144 of file threads.h. Referenced by RtlpAddWait(), RtlpProcessWaitCompletion(), and RtlpWaitThread(). |
|
Definition at line 145 of file threads.h. Referenced by RtlpAddWait(), RtlpDeactivateWait(), RtlpProcessWaitCompletion(), and RtlpWaitThread(). |
|
Definition at line 152 of file threads.h. Referenced by RtlpProcessTimeouts(), RtlpResetTimer(), and RtlpWaitThread(). |
|
Definition at line 153 of file threads.h. Referenced by RtlpProcessTimeouts(), RtlpResetTimer(), and RtlpWaitThread(). |
|
Definition at line 150 of file threads.h. Referenced by RtlpAddWait(), RtlpDeactivateWait(), and RtlpWaitThread(). |
|
Definition at line 143 of file threads.h. Referenced by RtlpAddWait(), RtlpDeactivateWait(), RtlpProcessWaitCompletion(), and RtlpWaitThread(). |
|
Definition at line 142 of file threads.h. Referenced by RtlpAddWait(), RtlpDeactivateWait(), RtlpWaitThread(), and RtlThreadPoolCleanup(). |
|
Definition at line 139 of file threads.h. Referenced by RtlDeregisterWaitEx(), RtlpWaitThread(), RtlRegisterWait(), and RtlThreadPoolCleanup(). |
|
Definition at line 140 of file threads.h. Referenced by RtlpWaitThread(). |
|
Definition at line 148 of file threads.h. Referenced by RtlpWaitThread(). |
|
Definition at line 146 of file threads.h. Referenced by RtlpAddWait(), RtlpDeactivateWait(), RtlpProcessTimeouts(), RtlpProcessWaitCompletion(), and RtlpWaitThread(). |
|
Definition at line 147 of file threads.h. Referenced by RtlpAddWait(), RtlpDeactivateWait(), RtlpProcessTimeouts(), RtlpProcessWaitCompletion(), and RtlpWaitThread(). |
|
|
|
Definition at line 137 of file threads.h. Referenced by RtlpWaitThread(), and RtlThreadPoolCleanup(). |