source: rtems/testsuites/psxtests/psxkey04/psxkey04.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: 455 bytes
Line 
1sparc-rtems4.11-run is /home/joel/rtems-4.11-work/tools/bin/sparc-rtems4.11-run
2
3
4*** TEST KEY 04 ***
5Init - pthread_key_create - OK
6Init - create - OK
7Init - sleep - let thread run - OK
8Test_Thread 1 - pthread_setspecific - OK
9Test_Thread 1 - sleep - let thread 2 run - OK
10Test_Thread 2 - pthread_setspecific - OK
11Test_Thread 2 - pthread_getspecific - OK
12Test_Thread 1 - pthread_getspecific - OK
13Init - pthread_key_delete - OK
14*** END OF TEST KEY 04 ***
Note: See TracBrowser for help on using the repository browser.