summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp65/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: PR2179: Fix initially locked PCP mutexesSebastian Huber2014-05-231-0/+35
| | | | | Elevate the priority of the creating task to the ceiling priority in case a semaphore is created as initially locked.
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+6
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* sptests - Eliminate missing prototype warningsJoel Sherrill2012-05-311-5/+5
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-3/+6
| | | | | | | | | | | | | * sp04/tswitch.c, sp07/task1.c, sp07/task2.c, sp09/screen07.c, sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c, sp13/task1.c, sp14/asr.c, sp14/task1.c, sp19/first.c, sp19/fptask.c, sp19/inttest.h, sp19/task1.c, sp20/task1.c, sp25/task1.c, sp26/task1.c, sp28/init.c, sp29/init.c, sp31/task1.c, sp32/init.c, sp33/init.c, sp34/changepri.c, sp36/strict_order_mut.c, sp37/init.c, sp43/init.c, sp44/init.c, sp48/init.c, sp54/init.c, sp59/init.c, sp65/init.c, sp68/init.c, spchain/init.c, spclockget/init.c, spfatal03/testcase.h, spfatal07/testcase.h, spfatal_support/init.c: Do not line length exceed 80 columns.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* #include <unistd.h>Ralf Corsepius2010-04-031-0/+1
|
* Whitespace removal.Ralf Corsepius2009-11-301-8/+8
|
* Eliminate unused vars.Ralf Corsepius2009-10-241-1/+1
|
* 2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-141-6/+15
| | | | | | | | * Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very simple priority ceiling case that was previously only tested via the POSIX API. * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc, sp66/sp66.scn: New files.
* 2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-08-171-1/+0
| | | | | * sp65/init.c: Remove stray print. * sp65/sp65.doc: Add information on second case.
* 2009-08-13 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-08-141-5/+46
| | | | | | | * sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to verify that obtaining a priority ceiling mutex when the calling task's priority is the same as the priority ceiling is handled correctly.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-9/+12
| | | | | | * sp65/init.c: Add semi-colon to end of rtems_semaphore_create call. Change attributes to priority ceiling. Use directive_failed, not assert. Configure a semaphore not a region.
* 2009-08-12 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-08-121-0/+54
* ChangeLog, Makefile.am, configure.ac: Add new test for some core mutex cases. * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: New files.