Tests properties of thread-local objects.
More...
|
| T_TEST_CASE (ScoreThreadValTls) |
|
Tests properties of thread-local objects.
This test case performs the following actions:
- The test action is carried out by the thread-local objects definition.
- Check that the initial value of the zero initialized thread-local object has the expected value.
- Check that the alignment of the zero initialized thread-local object has the expected value.
- Check that the initial value of the non-zero initialized thread-local object has the expected value.
- Check that the alignment of the non-zero initialized thread-local object has the expected value.