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.
13 lines
414 B
Plaintext
13 lines
414 B
Plaintext
sparc-rtems4.11-run is /home/joel/rtems-4.11-work/tools/bin/sparc-rtems4.11-run
|
|
|
|
|
|
*** TEST KEY 10 ***
|
|
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 key delete - OK
|
|
Test_Thread - exit but don't run key destructors - OK
|
|
Init - verify destructor did NOT run - OK
|
|
*** END OF TEST KEY 10 ***
|