summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/gxx01/gxx01.doc
blob: ea6d928218d610faa4b70194ba66e354e79e4461 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#  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.