Warning, /testsuites/libtests/rcxx01/rcxx01.doc is written in an unsupported language. File is not indexed.
0001 # Copyright (c) 2019 Chris Johns <chrisj@rtems.org>
0002 #
0003
0004 This file describes the directives and concepts tested by this test set.
0005
0006 test set name: rcxx01
0007
0008 directives:
0009
0010 rtems::thread::thread
0011 rtems::thread::attributes
0012
0013 concepts:
0014
0015 + Create a thread using the default method, ie like std::thread.
0016 * Create a thread with changed attributes.