summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxobj01/psxobj01.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add _Objects_Get_by_name()Sebastian Huber2016-03-181-6/+5
| | | | | | | | | | Replace _Objects_Name_to_id_string() with _Objects_Get_by_name() since all users of this function are interested in the object itself and not the identifier. Use the object allocator lock to protect the search. Update #2555.
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-271-0/+2
| | | | | * psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add test for runnign out of workspace when setting object name as string.
* Add new test for error cases in _Objects_Name_to_id_string which is ↵Joel Sherrill2009-06-121-0/+5
currently only used by POSIX semaphores and message queues.