mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 01:58:44 +08:00
17 lines
337 B
Plaintext
17 lines
337 B
Plaintext
# 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.
|