forked from Imagelibrary/rtems
pskey09, sp17: documentation cleanup.
This commit is contained in:
committed by
Jennifer Averett
parent
6b1ee0258e
commit
12f81c09ec
@@ -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.
|
||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user