version 1.33, 2024/03/20 12:52:49
|
version 1.34, 2025/07/16 11:07:06
|
Line 259 struct sched_RootTask {
|
Line 259 struct sched_RootTask {
|
#define ROOT_QUEUE_EMPTY(x, _q) TAILQ_EMPTY(&((x)->root_##_q)) |
#define ROOT_QUEUE_EMPTY(x, _q) TAILQ_EMPTY(&((x)->root_##_q)) |
#define ROOT_RETURN(x) (x)->root_ret |
#define ROOT_RETURN(x) (x)->root_ret |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
int sched_GetErrno(); |
int sched_GetErrno(); |
const char *sched_GetError(); |
const char *sched_GetError(); |
Line 767 void *sched_taskExit(sched_task_t *task, intptr_t retc
|
Line 770 void *sched_taskExit(sched_task_t *task, intptr_t retc
|
*/ |
*/ |
#define taskExit(t, x) return sched_taskExit((t), (intptr_t) (x)) |
#define taskExit(t, x) return sched_taskExit((t), (intptr_t) (x)) |
|
|
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif |
#endif |