Signals kinda work!

This commit is contained in:
Mark
2019-12-29 16:29:16 +02:00
parent ccc13ef0d5
commit 2cbd3e65c4
15 changed files with 320 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
#pragma once
#include "sys/thread.h"
struct thread *sched_find(int pid);
void sched_set_cpu_count(size_t ncpus);
void sched_add(struct thread *t);
void sched_init(void);