Terminates all the threads in a thread group. This system call is equivalent to sys_exit except that it terminates not only present thread, but all thread in the current thread group.
Arguments
Return values
The system call doesn't return anything.
Remarks
n/a
Compatibility
n/a
|