summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rcxx01/rcxx01.doc
blob: 3fd41b029b2c1bbd9778d686821d2e9206f90346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (c) 2019 Chris Johns <chrisj@rtems.org>
#

This file describes the directives and concepts tested by this test set.

test set name: rcxx01

directives:

  rtems::thread::thread
  rtems::thread::attributes

concepts:

+ Create a thread using the default method, ie like std::thread.
* Create a thread with changed attributes.