Return to defs.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsched / inc |
version 1.2, 2011/12/08 08:02:23 | version 1.3, 2012/01/08 00:51:17 |
---|---|
Line 62 extern char sched_Error[]; | Line 62 extern char sched_Error[]; |
inline void sched_SetErr(int, char *, ...); | inline void sched_SetErr(int, char *, ...); |
inline sched_task_t *_sched_useTask(sched_root_task_t * __restrict root); | |
inline sched_task_t *_sched_unuseTask(sched_task_t * __restrict task); | |
#endif | #endif |