Library /sys$common/syshlp/dbg$help.hlb DEBUG, SET, THREAD, Qualifiers, /ABORT *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Marks the specified tasks for termination. Termination occurs at the next allowable point after a specified task resumes execution. For Compaq Ada tasks, the effect is identical to executing an Ada abort statement for the tasks specified and causes these tasks to be marked as abnormal. Any dependent tasks are also marked for termination. For POSIX Threads threads, use the following command: PTHREAD tset -c thread-number You can get help on POSIX Threads debugger commands by typing PTHREAD HELP. See the Guide to POSIX Threads Library for more information about using the POSIX Threads debugger.
|