Changeset 2f5ac5b5 in rtems for cpukit/rtems/src/taskcreate.c

Timestamp:
11/04/16 14:26:52 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
947814ca
Parents:
eb98dd49
git-author:
Sebastian Huber <sebastian.huber@…> (11/04/16 14:26:52)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/09/16 14:27:28)
Message:

rtems: Fix rtems_task_create() scheduler selection

Use the home scheduler of the executing thread for the created thread.
This is in line with pthread_create(). Using the current processor may
pick up an unexpected scheduler in case of a temporary migration, e.g.
due to locking protocols.

(No files)

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