Constant Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 TESTING_MODE, CALLVECTORLIST
 Thread Priorities, THREADSTRUCT
 Thread Statuses, THREADSTRUCT
 THREAD_PRIORITY_ABOVE_NORMAL, THREADSTRUCT
 THREAD_PRIORITY_BELOW_NORMAL, THREADSTRUCT
 THREAD_PRIORITY_ERROR_RETURN, THREADSTRUCT
 THREAD_PRIORITY_HIGHEST, THREADSTRUCT
 THREAD_PRIORITY_IDLE, THREADSTRUCT
 THREAD_PRIORITY_LOWEST, THREADSTRUCT
 THREAD_PRIORITY_NORMAL, THREADSTRUCT
 THREAD_PRIORITY_TIME_CRITICAL, THREADSTRUCT
 THREAD_SCHEDULER_ACCESS_BITNUM
 THREAD_STATUS_EMPTY, THREADSTRUCT
 THREAD_STATUS_IDLE, THREADSTRUCT
 THREAD_STATUS_IO_WAITING, THREADSTRUCT
 THREAD_STATUS_IOAVL_WAITING, THREADSTRUCT
 THREAD_STATUS_LOCK_GET, THREADSTRUCT
 THREAD_STATUS_LOCK_WAIT, THREADSTRUCT
 THREAD_STATUS_MSG_WAITING, THREADSTRUCT
 THREAD_STATUS_RUNNING, THREADSTRUCT
 THREAD_STATUS_SLEEP, THREADSTRUCT
 THREAD_STATUS_SLEEP_IORET, THREADSTRUCT
 THREAD_STATUS_SWITCHED, THREADSTRUCT
V
 VA_GDT, PHYSPAGEINFO
TRUE means that testing operations will be compiled-in and FALSE means taht they won’t
These constants define thread priorities for use in THREADSTRUCT.PriorityLevel.
These constants define thread statuses for use in THREADSTRUCT.Status.
above-normal, but not highest, priority
below-normal, but not lowest, priority
not a thread priority; indicates error in functions returning a thread priority
highest non-time-critical priority
thread is only run when no other threads are queued to run
lowest non-idle priority
normal (and default) priority
thread is likely to be always first in the queue to run whenever it is queued
lock for access to ThreadScheduler
thread doesn’t exist: empty slot where applicable
thread has nothing to do at the moment
thread waiting for I/O to complete: StatusDatum indicates DeviceNum (see <I/O>)
thread waiting for a certain I/O device num in StatusDatum to become avaliable; returns with access to the device
thread waiting to acquire a lock: StatusDataum is address of the lock; see GetLock
thread waiting to be notified on a lock: StatusDatum is address of the lock; see WaitForNotify
thread waiting for message to be processed by another thread: StatusDatum holds the handle of that thread
thread is running
thread chose to sleep: StatusDatum indicates minimum sleeping time requested in milliseconds, or INFINITE for always
same as THREAD_STATUS_SLEEP, except that it will receive I/O callbacks
thread ran out of time: StatusDatum indicates time spent in last time slice (milliseconds)
Virtual Address of GDT