[RTEMS Project] #3117: score: Optimize _Thread_queue_Enqueue()
RTEMS trac
trac at rtems.org
Thu Aug 24 09:51:38 UTC 2017
#3117: score: Optimize _Thread_queue_Enqueue()
-----------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: Indefinite
Component: cpukit | Version: 4.12
Severity: normal | Keywords:
-----------------------------+-----------------------------
Use the Thread_queue_Context::enqueue_callout to do the timeout handling.
This avoids the switch statement in _Thread_queue_Timeout(). It removes
the thread queue dependency to _Thread_Timeout().
--
Ticket URL: <http://devel.rtems.org/ticket/3117>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list