MCPcopy Create free account
hub / github.com/HelenOS/helenos / sys_task_exit

Function sys_task_exit

kernel/generic/src/proc/task.c:623–627  ·  view source on GitHub ↗

Process syscall to terminate the current task. * * @param notify Send out fault notifications. * */

Source from the content-addressed store, hash-verified

621 *
622 */
623sys_errno_t sys_task_exit(sysarg_t notify)
624{
625 task_kill_self(notify);
626 unreachable();
627}
628
629static void task_print(task_t *task, bool additional)
630{

Callers

nothing calls this directly

Calls 1

task_kill_selfFunction · 0.85

Tested by

no test coverage detected