aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/scheduler.h')
-rw-r--r--src/include/scheduler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/scheduler.h b/src/include/scheduler.h
index 3f9eb7a39..b05db16a2 100644
--- a/src/include/scheduler.h
+++ b/src/include/scheduler.h
@@ -32,6 +32,10 @@
/** Returned when the thread was made ready because of a reset. */
#define RDY_RESET -2
+/** Infinite time specification for all the syscalls with a timeout
+ specification.*/
+#define TIME_INFINITE 0
+
/** The priority of the first thread on the given ready list. */
#define firstprio(rlp) ((rlp)->p_next->p_prio)