mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 06:59:38 +08:00
c-user: Clarify SMP's rtems_get_processor_count.
This commit is contained in:
@@ -510,7 +510,10 @@ CALLING SEQUENCE:
|
||||
uint32_t rtems_get_processor_count(void);
|
||||
|
||||
DIRECTIVE STATUS CODES:
|
||||
The count of processors in the system.
|
||||
|
||||
The count of processors in the system that can be run. The value returned
|
||||
is the highest numbered processor index of all processors available to the
|
||||
application (if a scheduler is assigned) plus one.
|
||||
|
||||
DESCRIPTION:
|
||||
In uni-processor configurations, a value of one will be returned.
|
||||
|
Reference in New Issue
Block a user