source: rtems/testsuites/psxtests/psxkey10/psxkey10.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: 414 bytes
RevLine 
[e6c87f7]1sparc-rtems4.11-run is /home/joel/rtems-4.11-work/tools/bin/sparc-rtems4.11-run
2
[b5c9064]3
4*** TEST KEY 10 ***
5Init - pthread key create with destructor - OK
[e6c87f7]6Init - thread create - OK
[b5c9064]7Init - sleep - let thread run - OK
8Test_Thread - key pthread_setspecific - OK
9Test_Thread - pthread key delete - OK
[e6c87f7]10Test_Thread - exit but don't run key destructors - OK
[b5c9064]11Init - verify destructor did NOT run - OK
12*** END OF TEST KEY 10 ***
Note: See TracBrowser for help on using the repository browser.