pskey09, sp17: documentation cleanup.

This commit is contained in:
Mandar Juvekar
2014-01-03 08:25:14 -06:00
committed by Jennifer Averett
parent 6b1ee0258e
commit 12f81c09ec
2 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# COPYRIGHT (c) 1989-2009. # COPYRIGHT (c) 1989-2013.
# On-Line Applications Research Corporation (OAR). # On-Line Applications Research Corporation (OAR).
# #
# The license and distribution terms for this file may be # The license and distribution terms for this file may be
@@ -12,11 +12,12 @@ test set name: psxkey09
directives: directives:
pthread_key_create + pthread_key_create
pthread_setspecific + pthread_setspecific
pthread_key_delete + pthread_key_delete
_POSIX_Keys_Run_destructors + _POSIX_Keys_Run_destructors
concepts: concepts:
+ Ensure that POSIX Key works when thread deleted first and then deleted key self. + Ensure that POSIX Key works when thread deleted first and then deleted key
self.

View File

@@ -1,4 +1,4 @@
# COPYRIGHT (c) 1989-1999. # COPYRIGHT (c) 1989-2013.
# On-Line Applications Research Corporation (OAR). # On-Line Applications Research Corporation (OAR).
# #
# The license and distribution terms for this file may be # The license and distribution terms for this file may be
@@ -12,8 +12,9 @@ This file describes the directives and concepts tested by this test set.
test set name: test17 test set name: test17
directives: directives:
ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident, + rtems_task_create
as_catch, as_return + rtems_task_start
+ rtems_task_delete
concepts: concepts: