Open main menu

CDOT Wiki β

Changes

GPU621/OpenMP Debugging

1,142 bytes added, 15:50, 7 December 2021
Threads window
'''Columns:'''
'''Flag''' Denotes which threads a user would like to pay special attention to.
 
'''Current Thread''' An arrow in this column indicates the current thread.
 
'''ID''' Displays a thread's identification number.
 
'''Managed ID''' Displays managed identification numbers.
 
'''Category''' Shows a thread's category. Categories are: User Interface Threads, Remote Call Procedure Handlers, or Worker Threads.
 
'''Name''' Identifies each thread by name.
 
'''Location''' Shows where a thread runs.
 
'''Priority''' Shows the precedence assigned to a thread by the system (hidden by default).
 
'''Affinity Mask''' Shows the affinity mask for a thread. Affinity mask determines which processors a thread can run on. This column is hidden by default.
 
'''Suspended Count''' This determines if a thread can run. This column is hidden by default.
 
'''Process Name''' Displays the name of the process to which a thread belongs. This column is hidden by default.
 
'''Process ID''' Displays the ID of the process to which a thread belongs. This column is hidden by default.
 
'''Transport Qualifier''' Identifies the machine to which the debugger is connected.
==Source window==
49
edits