version 1.22.8.3, 2014/01/28 13:17:08
|
version 1.24, 2014/04/27 16:20:37
|
Line 146 _sched_threadWrapper(sched_task_t *t)
|
Line 146 _sched_threadWrapper(sched_task_t *t)
|
} |
} |
#endif |
#endif |
|
|
#if defined(HAVE_TIMER_CREATE) && defined(HAVE_TIMER_SETTIME) | #if defined(HAVE_TIMER_CREATE) && defined(HAVE_TIMER_SETTIME) && defined(HAVE_TIMER_DELETE) |
void * |
void * |
_sched_rtcWrapper(sched_task_t *t) |
_sched_rtcWrapper(sched_task_t *t) |
{ |
{ |
Line 1381 sched_task_t *
|
Line 1381 sched_task_t *
|
schedRTC(sched_root_task_t * __restrict root, sched_task_func_t func, void *arg, struct timespec ts, |
schedRTC(sched_root_task_t * __restrict root, sched_task_func_t func, void *arg, struct timespec ts, |
void *opt_data, size_t opt_dlen) |
void *opt_data, size_t opt_dlen) |
{ |
{ |
#if defined(HAVE_TIMER_CREATE) && defined(HAVE_TIMER_SETTIME) | #if defined(HAVE_TIMER_CREATE) && defined(HAVE_TIMER_SETTIME) && defined(HAVE_TIMER_DELETE) |
sched_task_t *task; |
sched_task_t *task; |
void *ptr; |
void *ptr; |
|
|