aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/aux_tasks.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-12-11 22:01:01 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-12-12 14:14:41 -0500
commitc8483ef0959672310bf4ebb72e1a308b00543f74 (patch)
tree9cb306009b01c5226178f69172738026431d37f2 /include/litmus/aux_tasks.h
parentfbd9574e298157b54c38f82f536e5cea8f766dff (diff)
make klmirqd work like aux tasks. checkpoint.
this code is untested!
Diffstat (limited to 'include/litmus/aux_tasks.h')
-rw-r--r--include/litmus/aux_tasks.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/litmus/aux_tasks.h b/include/litmus/aux_tasks.h
index 87745c1c0df0..255bbafcc6b7 100644
--- a/include/litmus/aux_tasks.h
+++ b/include/litmus/aux_tasks.h
@@ -3,9 +3,6 @@
3 3
4struct task_struct; 4struct task_struct;
5 5
6/* admit an aux task with default parameters */
7//int admit_aux_task(struct task_struct *t);
8
9int make_aux_task_if_required(struct task_struct *t); 6int make_aux_task_if_required(struct task_struct *t);
10 7
11/* call on an aux task when it exits real-time */ 8/* call on an aux task when it exits real-time */
@@ -17,13 +14,6 @@ long enable_aux_task_owner(struct task_struct *t);
17/* call when an aux_owner exits real-time */ 14/* call when an aux_owner exits real-time */
18long disable_aux_task_owner(struct task_struct *t); 15long disable_aux_task_owner(struct task_struct *t);
19 16
20
21/* collectivelly make all aux tasks in the process of leader inherit from hp */
22//int aux_tasks_increase_priority(struct task_struct *leader, struct task_struct *hp);
23
24/* collectivelly make all aux tasks in the process of leader inherit from hp */
25//int aux_tasks_decrease_priority(struct task_struct *leader, struct task_struct *hp);
26
27/* call when an aux_owner increases its priority */ 17/* call when an aux_owner increases its priority */
28int aux_task_owner_increase_priority(struct task_struct *t); 18int aux_task_owner_increase_priority(struct task_struct *t);
29 19