mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 15:04:31 +08:00
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.
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
*** BEGIN OF TEST PSXOBJ 1 ***
|
|
INIT - _Objects_Get_by_name - NULL name
|
|
INIT - _Objects_Get_by_name - name too long
|
|
INIT - _Objects_Get_by_name - name of non-existent object
|
|
INIT - _Objects_Set_name fails - out of memory
|
|
*** END OF TEST PSXOBJ 1 ***
|