Files
rtems/testsuites/sptests/sp65/sp65.doc
Joel Sherrill 58dbfd7c61 2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>
* sp65/init.c: Remove stray print.
	* sp65/sp65.doc: Add information on second case.
2009-08-17 17:42:21 +00:00

29 lines
717 B
Plaintext

#
# $Id$
#
# COPYRIGHT (c) 1989-2009.
# 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: sp65
directives:
rtems_semaphore_create
rtems_semaphore_obtain
concepts:
+ Verify that obtaining a priority ceiling mutex when the calling task's
priority is the same as the priority ceiling is handled correctly.
+ Verify the priority ceiling mutex getting released which results in a thread
being unblocked and the unblocked thread's priority being elevated.