Files
rtems/testsuites/psxtests/psxglobalcon01/psxglobalcon01.doc
T
Sebastian Huber a38ced2683 score: Rework global construction
Ensure that the global construction is performed in the context of the
first initialization thread.  On SMP this was not guaranteed in the
previous implementation.
2014-10-13 14:30:22 +02:00

13 lines
289 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: psxglobalcon01
directives:
- _Thread_Global_construction()
concepts:
- Ensure that the global construction is performed exactly once in case only
a POSIX initialization thread is present.