ARGOBOTS
c6511494322293e01714f56f341b8d2b22c1e3c1
|
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 75 of file abti_sched.h.
Referenced by sched_run().
#define CNT_INC | ( | c | ) |
Definition at line 77 of file abti_sched.h.
Referenced by sched_run().
#define CNT_INIT | ( | c, | |
v | |||
) |
Definition at line 76 of file abti_sched.h.
Referenced by sched_run().
#define SCHED_SLEEP | ( | c, | |
t | |||
) |
Definition at line 78 of file abti_sched.h.
Referenced by sched_run().