From a88e2dd030d0c258abb7d2ba53efc13fa912d62c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Dec 2008 20:59:49 +0000 Subject: 2008-12-03 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. --- testsuites/sptests/sp45/sp45.doc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 testsuites/sptests/sp45/sp45.doc (limited to 'testsuites/sptests/sp45/sp45.doc') diff --git a/testsuites/sptests/sp45/sp45.doc b/testsuites/sptests/sp45/sp45.doc new file mode 100644 index 0000000000..7a45209a38 --- /dev/null +++ b/testsuites/sptests/sp45/sp45.doc @@ -0,0 +1,22 @@ +# +# $Id$ +# +# COPYRIGHT (c) 1989-2002. +# On-Line Applications Research Corporation (OAR). +# +# The license and distribution terms for this file may be +# found in the file LICENSE in this distribution or at +# http://www.rtems.com/license/LICENSE. +# + + +This file describes the directives and concepts tested by this test set. + +test set name: test44 + +directives: + +concepts: + +allocating memory from a Timer Service Routine fired from a server +delaying in a Timer Service Routine fired from a server -- cgit v1.2.3