c-user: rtems_scheduler_ident_by_processor_set()

Document new error status.
This commit is contained in:
Sebastian Huber 2021-05-07 08:17:14 +02:00
parent aa0c495b1e
commit 605cd1fc47

View File

@ -202,6 +202,10 @@ the specified processor set.
The ``id`` parameter was `NULL
<https://en.cppreference.com/w/c/types/NULL>`_.
:c:macro:`RTEMS_INVALID_ADDRESS`
The ``cpuset`` parameter was `NULL
<https://en.cppreference.com/w/c/types/NULL>`_.
:c:macro:`RTEMS_INVALID_SIZE`
The processor set size was invalid.