mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 06:24:07 +08:00
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.
13 lines
289 B
Plaintext
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.
|