|
version 1.27.2.10, 2014/06/05 22:23:50
|
version 1.28.2.1, 2015/07/02 22:38:28
|
|
Line 88 _sched_threadWrapper(sched_task_t *t)
|
Line 88 _sched_threadWrapper(sched_task_t *t)
|
| } |
} |
| #endif |
#endif |
| |
|
| #if defined(HAVE_TIMER_CREATE) && defined(HAVE_TIMER_SETTIME) && defined(HAVE_TIMER_DELETE) | #if defined(HAVE_LIBRT) && defined(HAVE_TIMER_CREATE) && \ |
| | defined(HAVE_TIMER_SETTIME) && defined(HAVE_TIMER_DELETE) |
| #if SUP_ENABLE == KQ_SUPPORT |
#if SUP_ENABLE == KQ_SUPPORT |
| static void * |
static void * |
| _sched_rtcWrapper(sched_task_t *t) |
_sched_rtcWrapper(sched_task_t *t) |