summaryrefslogtreecommitdiff
path: root/kern/sched_prim.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sched_prim.h')
-rw-r--r--kern/sched_prim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kern/sched_prim.h b/kern/sched_prim.h
index 6a4c32d..a5416a5 100644
--- a/kern/sched_prim.h
+++ b/kern/sched_prim.h
@@ -104,6 +104,11 @@ extern boolean_t thread_handoff(
continuation_t continuation,
thread_t new_thread);
extern void recompute_priorities();
+extern void update_priority(
+ thread_t thread);
+extern void compute_my_priority(
+ thread_t thread);
+
/*
* Routines defined as macros