forked from Imagelibrary/rtems
Formerly POSIX keys were only enabled when POSIX threads were enabled. Because they are a truly safe alternative to per-task variables in an SMP system, they are being enabled in all configurations.
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
sparc-rtems4.11-run is /home/joel/rtems-4.11-work/tools/bin/sparc-rtems4.11-run
|
|
|
|
|
|
*** TEST KEY 04 ***
|
|
Init - pthread_key_create - OK
|
|
Init - create - OK
|
|
Init - sleep - let thread run - OK
|
|
Test_Thread 1 - pthread_setspecific - OK
|
|
Test_Thread 1 - sleep - let thread 2 run - OK
|
|
Test_Thread 2 - pthread_setspecific - OK
|
|
Test_Thread 2 - pthread_getspecific - OK
|
|
Test_Thread 1 - pthread_getspecific - OK
|
|
Init - pthread_key_delete - OK
|
|
*** END OF TEST KEY 04 ***
|