| ![[BACK]](/icons/cvsweb/back.gif) Return to aitsched.c CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / libaitsched / src | 
| version 1.4.2.3, 2012/01/08 03:28:26 | version 1.4.2.4, 2012/01/24 14:04:58 | 
|---|---|
| Line 416 schedCancelby(sched_root_task_t * __restrict root, sch | Line 416 schedCancelby(sched_root_task_t * __restrict root, sch | 
| break; | break; | 
| } | } | 
| } else if (criteria == CRITERIA_TV) { | } else if (criteria == CRITERIA_TV) { | 
| if (!timercmp(&TASK_TV(task), (struct timeval*) param, -)) { | if (!timespeccmp(&TASK_TS(task), (struct timespec*) param, -)) { | 
| flg++; | flg++; | 
| break; | break; | 
| } | } |