ARGOBOTS
|
Go to the source code of this file.
Macros | |
#define | CNT_DECL(c) |
#define | CNT_INIT(c, v) |
#define | CNT_INC(c) |
#define | SCHED_SLEEP(c, t) |
#define CNT_DECL | ( | c | ) |
Definition at line 88 of file abti_sched.h.
Referenced by sched_run().
#define CNT_INC | ( | c | ) |
Definition at line 90 of file abti_sched.h.
Referenced by sched_run().
#define CNT_INIT | ( | c, | |
v | |||
) |
Definition at line 89 of file abti_sched.h.
Referenced by sched_run().
#define SCHED_SLEEP | ( | c, | |
t | |||
) |
Definition at line 91 of file abti_sched.h.
Referenced by sched_run().