mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:07:19 +08:00
c-user: Clarify SMP's rtems_get_processor_count.
This commit is contained in:
parent
2cc9e2acd2
commit
794eb1b786
@ -510,7 +510,10 @@ CALLING SEQUENCE:
|
|||||||
uint32_t rtems_get_processor_count(void);
|
uint32_t rtems_get_processor_count(void);
|
||||||
|
|
||||||
DIRECTIVE STATUS CODES:
|
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:
|
DESCRIPTION:
|
||||||
In uni-processor configurations, a value of one will be returned.
|
In uni-processor configurations, a value of one will be returned.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user