[RTEMS Project] #2555: Eliminate the Giant lock
RTEMS trac
trac at rtems.org
Fri May 20 05:58:38 UTC 2016
#2555: Eliminate the Giant lock
-----------------------------+------------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: enhancement | Status: accepted
Priority: normal | Milestone: 4.12
Component: cpukit | Version: 4.12
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"938839077741d2eac82d9d86705c16e0b9de8379/rtems"]:
{{{
#!CommitTicketReference repository="rtems"
revision="938839077741d2eac82d9d86705c16e0b9de8379"
score: Split _Thread_Restart()
Split _Thread_Restart() into _Thread_Restart_self() and
_Thread_Restart_other(). Move content of existing
_Thread_Restart_self() into new _Thread_Restart_self(). Avoid Giant
lock for thread restart. _Thread_Restart_self() is a no-return function
and used by _Thread_Global_construction().
Update #2555.
Update #2626.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2555#comment:56>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list