From 3495a91aa9d98805927a59c1148901dcf8eb69d3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Apr 2019 09:13:20 +0200 Subject: c-user: Document rtems_scheduler_get_processor() Close #3731. --- c-user/symmetric_multiprocessing_services.rst | 35 --------------------------- 1 file changed, 35 deletions(-) (limited to 'c-user/symmetric_multiprocessing_services.rst') diff --git a/c-user/symmetric_multiprocessing_services.rst b/c-user/symmetric_multiprocessing_services.rst index e04adb3..aef4397 100644 --- a/c-user/symmetric_multiprocessing_services.rst +++ b/c-user/symmetric_multiprocessing_services.rst @@ -39,8 +39,6 @@ The directives provided by the SMP support are: - rtems_get_processor_count_ - Get processor count -- rtems_get_current_processor_ - Get current processor index - Background ========== @@ -540,39 +538,6 @@ DESCRIPTION: NOTES: None. -.. raw:: latex - - \clearpage - -.. _rtems_get_current_processor: - -GET_CURRENT_PROCESSOR - Get current processor index ---------------------------------------------------- - -CALLING SEQUENCE: - .. code-block:: c - - uint32_t rtems_get_current_processor(void); - -DIRECTIVE STATUS CODES: - The index of the current processor. - -DESCRIPTION: - In uniprocessor configurations, a value of zero will be returned. - - In SMP configurations, an architecture specific method is used to obtain the - index of the current processor in the system. The set of processor indices - is the range of integers starting with zero up to the processor count minus - one. - - Outside of sections with disabled thread dispatching the current processor - index may change after every instruction since the thread may migrate from - one processor to another. Sections with disabled interrupts are sections - with thread dispatching disabled. - -NOTES: - None. - Implementation Details ====================== -- cgit v1.2.3