source: rtems/testsuites/psxtests/psxkey05/psxkey05.scn @ b5c9064

4.115
Last change on this file since b5c9064 was b5c9064, checked in by Zhongwei Yao <ashi08104@…>, on 08/05/13 at 13:20:45

Unlimited objects support for POSIX keys

This patch enables unlimited model in POSIX key manger and have a decent
runtime on POSIX key searching, adding and deleting operations. Memory
overhead is lower than current implementation when the size of key and key
value becomes big.

  • Property mode set to 100644
File size: 322 bytes
Line 
1*** TEST KEY 05 ***
2Init - pthread key1 create - OK
3Init - pthread key2 create - OK
4Init - key1 pthread_setspecific - OK
5Init - key1 pthread_getspecific - OK
6Init - key2 pthread_setspecific - OK
7Init - key2 pthread_getspecific - OK
8Init - pthread key1 delete - OK
9Init - pthread key2 delete - OK
10*** END OF TEST KEY 05 ***
Note: See TracBrowser for help on using the repository browser.