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.
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
sparc-rtems4.11-run is /home/joel/rtems-4.11-work/tools/bin/sparc-rtems4.11-run
|
|
|
|
|
|
*** TEST KEY 05 ***
|
|
Init - pthread key1 create - OK
|
|
Init - pthread key2 create - OK
|
|
Init - key1 pthread_setspecific - OK
|
|
Init - key2 pthread_setspecific - OK
|
|
Init - key1 pthread_getspecific - OK
|
|
Init - key2 pthread_getspecific - OK
|
|
Init - pthread key1 delete - OK
|
|
Init - pthread key2 delete - OK
|
|
*** END OF TEST KEY 05 ***
|