summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey10 (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber1-2/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill2-26/+32
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.
2013-08-06Unlimited objects support for POSIX keysZhongwei Yao4-0/+161
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.