sched: implement various ways to end tasks and threads
This commit is contained in:
@@ -48,6 +48,7 @@ static inline void task_unref(struct task *task)
|
||||
{
|
||||
object_unref(&task->t_base);
|
||||
}
|
||||
extern void task_exit(int status);
|
||||
extern kern_status_t task_add_child(struct task *parent, struct task *child);
|
||||
extern kern_status_t task_add_channel(
|
||||
struct task *task,
|
||||
|
||||
Reference in New Issue
Block a user