| 
 |   
| version 1.21.2.1, 2013/08/27 01:27:33 | version 1.22, 2013/09/02 11:21:22 | 
|---|---|
| Line 138 _sched_threadWrapper(sched_task_t *t) | Line 138 _sched_threadWrapper(sched_task_t *t) | 
| /* notify parent, thread is ready for execution */ | /* notify parent, thread is ready for execution */ | 
| pthread_testcancel(); | pthread_testcancel(); | 
| // ret = TASK_FUNC(t)(t); | |
| ret = schedCall(t); | ret = schedCall(t); | 
| pthread_cleanup_pop(42); | pthread_cleanup_pop(42); |