dunhold
Releases a held process or thread
Format
Releases a process
dunhold -process
Releases a thread
dunhold -thread
Arguments
-process
Releases processes in the current focus. You can abbreviate the -process option argument to -p.
-thread
Releases threads in the current focus. You can abbreviate the -thread option to -t.
Description
The dunhold command releases the threads or processes in the current focus. You cannot hold or release system manager threads.
Command alias
Alias | Definition | Description |
---|
uhp | {dfocus p dunhold -process} | Releases the focus process |
UHP | {dfocus g dunhold -process} | Releases the processes in the focus group |
uht | {dfocus t dunhold -thread} | Releases the focus thread |
UHT | {dfocus g dunhold -thread} | Releases all threads in the focus group |
uhtp | {dfocus p dunhold -thread} | Releases the threads in the current process |
Examples
f w uhtp
Releases all worker threads in the focus process.
htp; uht
Holds all threads in the focus process except the TOI.
Related Topics