source: rtems/testsuites/sptests/spwatchdog/spwatchdog.scn @ bcf16c0

4.104.115
Last change on this file since bcf16c0 was bcf16c0, checked in by Joel Sherrill <joel.sherrill@…>, on 08/10/09 at 14:49:51

2009-08-10 Joel Sherrill <joel.sherrill@…>

  • 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(..).
  • Property mode set to 100644
File size: 824 bytes
Line 
1*** RTEMS WATCHDOG ***
2INIT - report on empty watchdog chain
3Watchdog Chain: Empty Chain 2036184
4Chain is empty
5INIT - rtems_timer_create - creating timer 1
6INIT - timer 1 has id (0x12010001)
7TA1 - rtems_timer_ident - identing timer 1
8TA1 - timer 1 has id (0x12010001)
9TA1 - rtems_clock_get_tod - 09:00:00   12/31/1988
10TA1 - rtems_timer_fire_after - timer 1 in 3 seconds
11TA1 - rtems_task_suspend( RTEMS_SELF )
12TA1 - rtems_clock_get_tod - 09:00:03   12/31/1988
13TA1 - rtems_timer_fire_after - timer 1 in 3 seconds
14TA1 - rtems_task_wake_after - 1 second
15TA1 - rtems_clock_get_tod - 09:00:04   12/31/1988
16TA1 - rtems_timer_reset - timer 1
17Watchdog Chain: _Watchdog_Ticks_chain 202F530
18 300   300 20325D0 20131A0 0x12010001 0
19== end of _Watchdog_Ticks_chain
20TA1 - timer_deleting - timer 1
21*** END OF RTEMS WATCHDOG PROGRAM ***
22
Note: See TracBrowser for help on using the repository browser.