#include <ubixos/types.h>
#include <ubixos/sched.h>
#include <ubixos/vitals.h>
#include <vmm/vmm.h>
#include <lib/kprintf.h>
#include <isa/8259.h>
Go to the source code of this file.
Functions | |
| void | endTask (pidType pid) |
| void endTask | ( | pidType | pid | ) |
Definition at line 46 of file endtask.c.
References _current, DEAD, taskStruct::id, sched_setStatus(), and sched_yield().
Referenced by _int0(), _int1(), _int10(), _int11(), _int12(), _int2(), _int3(), _int4(), _int5(), _int6(), _int9(), kern_sysctl(), netMainThread(), schedEndTask(), sysExec(), sysExit(), and vmm_pageFault().
1.4.7