Thread > Go
Continues just the current thread (the thread of interest) without starting other threads in the process.
Contrast the action performed by this command with the process and group versions.
• The process version runs all threads in the process.
• The group version runs all processes in the control group containing the thread of interest.
NOTE >> These features are supported when your compiler used sprocs; for example, the MIPSpro OpenMP compiler.
For more information on processes and threads and their behavior while being stepped, see
“Group, Process, and Thread Control” in the “
TotalView Users Guide”.
related topics