# COPYRIGHT (c) 1989-2010. # 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: gxx01 directives: rtems_gxx_once rtems_gxx_key_create rtems_gxx_key_dtor rtems_gxx_key_delete rtems_gxx_getspecific rtems_gxx_setspecific rtems_gxx_mutex_init rtems_gxx_mutex_lock rtems_gxx_mutex_destroy rtems_gxx_mutex_trylock rtems_gxx_mutex_unlock rtems_gxx_recursive_mutex_init rtems_gxx_recursive_mutex_lock rtems_gxx_recursive_mutex_trylock rtems_gxx_recursive_mutex_unlock concepts: + Fully exercise wrappers provided by RTEMS for GCC's C++ library's mutual exclusion implementation.