Files
rtems/testsuites/psxtests/psxkey09/psxkey09.scn
Joel Sherrill e6c87f7872 POSIX keys now enabled in all configurations.
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.
2014-03-07 13:21:11 -06:00

13 lines
400 B
Plaintext

sparc-rtems4.11-run is /home/joel/rtems-4.11-work/tools/bin/sparc-rtems4.11-run
*** TEST KEY 09 ***
Init - pthread key create with destructor - OK
Init - thread create - OK
Init - sleep - let thread run - OK
Test_Thread - key pthread_setspecific - OK
Test_Thread - pthread_exit to run key destructors - OK
Init - verify destructor run - OK
Init - pthread key delete - OK
*** END OF TEST KEY 09 ***