Changeset 9388390 in rtems

Timestamp:
05/13/16 05:04:43 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
862a0ee
Parents:
0475cca
git-author:
Sebastian Huber <sebastian.huber@…> (05/13/16 05:04:43)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/20/16 05:49:38)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.