!rtcurrentthread

This command displays the current threads on all RTSS processors/cores.

Syntax

!rtcurrentthread

Parameters

none

Remarks

The command !rtcurrentthread is most useful when a RTSS application causes an exception/green screen, as it is capable of finding the RTSS process/thread that was active at the point of exception.

This command is supported for:

For information on supported Thread Flags, see About Thread Flags and Process Flags.

For a glossary of common terms found in command output, see RTX64 WinDbg Extension Commands Glossary.

Example

!rtcurrentthread
		
Processor/Core # 2, Current Thread 0xfffffa80054f1000 Summary Information:
		
Process Name:  "C:\Program Files\IntervalZero\RTX64 SDK\2.0\Samples\Rtdll\Bin\RTSSDebug\explicitloadrtdll.rtss"
PID:  0x000003ed
		
TID:                0x00000013    Flags:          0x00000060
No stop count:      0x00000000    State:          Ready to run or running
Native priority:    0x0000007f    Object:         0xfffffa80054f1000
Current priority:   0x0000007f    Affinity mask:  0x000000000000003c
Affined processor:  0x00000002
		
Processor # 3, Current Thread 0xfffff8800ad1d898 Summary Information:
		
Process Name:  Real-time System Process
PID:  0x00000000
		
TID:                0x00000000    Flags:          0x00000000
No stop count:      0x00000000    State:          Ready to run or running
Native priority:    0xffffffff    Object:         0xfffff8800ad1d898
Current priority:   0xffffffff    Affinity mask:  0x0000000000000008
Affined processor:  0x00000003
		
Processor # 4, Current Thread 0xfffff8800ad1eed0 Summary Information:
		
Process Name:  Real-time System Process
PID:  0x00000000
		
TID:                0x00000000    Flags:          0x00000000
No stop count:      0x00000000    State:          Ready to run or running
Native priority:    0xffffffff    Object:         0xfffff8800ad1eed0
Current priority:   0xffffffff    Affinity mask:  0x0000000000000010
Affined processor:  0x00000004
		
Processor # 5, Current Thread 0xfffff8800ad20508 Summary Information:
		
Process Name:  Real-time System Process
PID:  0x00000000
		
TID:                0x00000000    Flags:          0x00000000
No stop count:      0x00000000    State:          Ready to run or running
Native priority:    0xffffffff    Object:         0xfffff8800ad20508
Current priority:   0xffffffff    Affinity mask:  0x0000000000000020
Affined processor:  0x00000005

Related topics: