sys_exit_group [kernel/exit.c]


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

eax 252
ebx Error code.

Return values

The system call doesn't return anything.

Remarks

n/a

Compatibility

n/a