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).
#
# The license and distribution terms for this file may be
@@ -12,11 +12,12 @@ test set name: psxkey09
directives:
pthread_key_create
pthread_setspecific
pthread_key_delete
_POSIX_Keys_Run_destructors
+ pthread_key_create
+ pthread_setspecific
+ pthread_key_delete
+ _POSIX_Keys_Run_destructors
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.