[RTEMS Project] #3069: Add rtems_scheduler_ident_by_processor()

RTEMS trac trac at rtems.org
Tue Jul 11 05:25:52 UTC 2017


#3069: Add rtems_scheduler_ident_by_processor()
-----------------------------+-----------------------------
 Reporter:  Sebastian Huber  |      Owner:  Sebastian Huber
     Type:  enhancement      |     Status:  assigned
 Priority:  normal           |  Milestone:  4.12.0
Component:  SMP              |    Version:  4.11
 Severity:  normal           |   Keywords:
-----------------------------+-----------------------------
 {{{
 /**
  * @brief Identifies a scheduler by a processor index.
  *
  * @param[in] cpu_index The processor index.
  * @param[out] id The scheduler identifier associated with the processor
 index.
  *
  * @retval RTEMS_SUCCESSFUL Successful operation.
  * @retval RTEMS_INVALID_ADDRESS The @a id parameter is @c NULL.
  * @retval RTEMS_INVALID_NAME Invalid processor index.
  * @retval RTEMS_INCORRECT_STATE The processor index is valid, however,
 this
  *   processor is not owned by a scheduler.
  */
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3069>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list