Go to the documentation of this file.
21 #define GAUGECOUNT 1500
24 #define SCHEDULER SCHED_OTHER
26 #define PRIORITY_DEFAULT 0
27 #define PRIORITY_HIGH sched_get_priority_max(SCHEDULER)
28 #define PRIORITY_LOW sched_get_priority_min(SCHEDULER)
32 #define dprintf printf
34 #define dprintf(...) do { } while (0)