dunhold
Releases a held process or thread
Format:
Releases a process
dunhold -process
Releases a thread
dunhold -thread
Arguments:
-process
Indicates that TotalView should release processes in the current focus. -process can be abbreviated to -p.
-thread
Indicates that TotalView should release threads in the current focus. -thread can be abbreviated to -t.
Description:
The dunhold command releases the threads or processes in the current focus. Note that system manager threads cannot be held or released.
Command alias:
You may find the following aliases useful:
Alias |
Definition |
Meaning |
uhp |
{dfocus p dunhold -process} |
Releases the process of interest. |
UHP |
{dfocus g dunhold -process} |
Releases the processes in the focus group. |
uht |
{dfocus t dunhold -thread} |
Releases the thread of interest. |
uhtp |
{dfocus p dunhold -thread} |
Releases the threads in the current process. |
Examples:
f w uhtp
Unholds all worker threads in the focus process.
htp; uht
Holds all threads in the focus process except the thread of interest.