source: rtems/testsuites/sptests/sp45/sp45.scn @ ab29fef

4.104.115
Last change on this file since ab29fef was a88e2dd, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/08 at 20:59:49

2008-12-03 Joel Sherrill <joel.sherrill@…>

PR 1347/cpukit

  • Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c: Rework Timer Server to ensure that the context allows for blocking, allocating memory, and acquiring semaphores and mutexes.
  • sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn: New files.
  • Property mode set to 100644
File size: 442 bytes
Line 
1
2
3*** TEST 45 ***
4INIT - rtems_timer_create - creating timer 1
5INIT - timer 1 has id (0x12010001)
6INIT - rtems_timer_create - creating timer 2
7INIT - timer 2 has id (0x12010002)
8TA1 - rtems_timer_server_fire_after - timer 1 in 1 seconds
9TA1 - rtems_task_wake_after - 2 second
10TSR: calling malloc
11TSR: calling free
12TSR: delaying with rtems_task_wake_after
13TSR appears to have executed OK
14TA1 - timer_deleting - timer 1
15*** END OF TEST 45 ***
Note: See TracBrowser for help on using the repository browser.