forked from Imagelibrary/rtems
* sp01/sp01.scn, sp01/task1.c, sp03/task1.c, sp03/task2.c, sp04/task1.c, sp04/tswitch.c, sp09/screen02.c, sp09/screen13.c, sp09/screen14.c, sp09/sp09.scn, sp11/sp11.scn, sp11/task1.c, sp11/task2.c, sp19/fptask.c, sp19/sp19.scn, sp19/task1.c, sp22/prtime.c, sp22/sp22.scn, sp22/task1.c, sp24/sp24.scn, sp24/task1.c, sp30/task1.c, sp31/prtime.c, sp31/sp31.scn, sp31/task1.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn, spwatchdog/task1.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
*** TEST 22 ***
|
|
INIT - rtems_timer_create - creating timer 1
|
|
INIT - timer 1 has id (0x12010001)
|
|
TA1 - rtems_timer_ident - identing timer 1
|
|
TA1 - timer 1 has id (0x12010001)
|
|
TA1 - rtems_clock_get_tod - 09:00:00 12/31/1988
|
|
TA1 - rtems_timer_fire_after - timer 1 in 3 seconds
|
|
TA1 - rtems_task_suspend( RTEMS_SELF )
|
|
TA1 - rtems_clock_get_tod - 09:00:03 12/31/1988
|
|
TA1 - rtems_timer_fire_after - timer 1 in 3 seconds
|
|
TA1 - rtems_task_wake_after - 1 second
|
|
TA1 - rtems_clock_get_tod - 09:00:04 12/31/1988
|
|
TA1 - rtems_timer_reset - timer 1
|
|
TA1 - rtems_task_suspend( RTEMS_SELF )
|
|
TA1 - rtems_clock_get_tod - 09:00:07 12/31/1988
|
|
<pause>
|
|
TA1 - rtems_timer_fire_after - timer 1 in 3 seconds
|
|
TA1 - rtems_timer_cancel - timer 1
|
|
TA1 - rtems_clock_get_tod - 09:00:07 12/31/1988
|
|
TA1 - rtems_timer_fire_when - timer 1 in 3 seconds
|
|
TA1 - rtems_task_suspend( RTEMS_SELF )
|
|
TA1 - rtems_clock_get_tod - 09:00:10 12/31/1988
|
|
TA1 - rtems_timer_fire_when - timer 1 in 3 seconds
|
|
TA1 - rtems_task_wake_after - 1 second
|
|
TA1 - rtems_clock_get_tod - 09:00:11 12/31/1988
|
|
TA1 - rtems_timer_cancel - timer 1
|
|
TA1 - rtems_task_wake_after - YIELD (only task at priority)
|
|
TA1 - timer_deleting - timer 1
|
|
*** END OF TEST 22 ***
|