Changeset 9809d6e0 in rtems for cpukit/rtems/src

Timestamp:
03/30/16 09:39:58 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
818ad5eb
Parents:
e581ea9
git-author:
Sebastian Huber <sebastian.huber@…> (03/30/16 09:39:58)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/06/16 07:08:20)
Message:

score: _Thread_queue_Flush() parameter changes

Change _Thread_queue_Flush() into a macro that invokes
_Thread_queue_Do_flush() with the parameter set defined by
RTEMS_MULTIPROCESSING. For multiprocessing configurations add the
object identifier to avoid direct use of the thread wait information.

Use mp_ prefix for multiprocessing related parameters.

Rename Thread_queue_Flush_callout to Thread_queue_MP_callout since this
type will be re-used later for other operations as well.

(No files)

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