source: rtems/testsuites/psxtests/psxkey09/psxkey09.scn @ 9a4eca5

5
Last change on this file since 9a4eca5 was e6c87f7, checked in by Joel Sherrill <joel.sherrill@…>, on 03/04/14 at 21:54:12

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.

  • Property mode set to 100644
File size: 400 bytes
Line 
1sparc-rtems4.11-run is /home/joel/rtems-4.11-work/tools/bin/sparc-rtems4.11-run
2
3
4*** TEST KEY 09 ***
5Init - pthread key create with destructor - OK
6Init - thread create - OK
7Init - sleep - let thread run - OK
8Test_Thread - key pthread_setspecific - OK
9Test_Thread - pthread_exit to run key destructors - OK
10Init - verify destructor run - OK
11Init - pthread key delete - OK
12*** END OF TEST KEY 09 ***
Note: See TracBrowser for help on using the repository browser.