source: rtems/testsuites/psxtests/psxkey09/psxkey09.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: 319 bytes
Line 
1*** TEST KEY 09 ***
2Init - pthread key create with destructor - OK
3Init - pthread create - OK
4Init - sleep - let thread run - OK
5Test_Thread - key pthread_setspecific - OK
6Test_Thread - pthread_exit to run key destructors - OK
7Init - verify destructor run - OK
8Init - pthread key delete - OK
9*** END OF TEST KEY 09 ***
Note: See TracBrowser for help on using the repository browser.