.dq (Display Task Queues)
.dq
The .dq command displays a list containing information about the various task queues supported by the system. The list has the following form:
task-descriptor-block stack-segment:stack-pointer number-of-events
priority internal-messaging-information module
- task-descriptor-block
- Specifies the selector or segment address.
The task descriptor block is identical to the process descriptor block (PDB).
- stack-segment:stack-pointer
- Specifies the stack segment and pointer.
- number-of-events
- Specifies the number of events waiting for the segment.
- priority
- Specifies the priority of the segment.
- internal-messaging-information
- Specifies information about internal messages.
- module
- Specifies the module name.