Changeset 08d9760 in rtems for cpukit/score/include/rtems/score/schedulerpriorityimpl.h
- Timestamp:
- 07/08/14 12:25:55 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- ac532f3
- Parents:
- 19e41767
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/08/14 12:25:55)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/08/14 14:30:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/include/rtems/score/schedulerpriorityimpl.h
r19e41767 r08d9760 42 42 } 43 43 44 RTEMS_INLINE_ROUTINE Scheduler_priority_Node *_Scheduler_priority_ Node_get(44 RTEMS_INLINE_ROUTINE Scheduler_priority_Node *_Scheduler_priority_Thread_get_node( 45 45 Thread_Control *the_thread 46 46 ) 47 47 { 48 return (Scheduler_priority_Node *) _Scheduler_ Node_get( the_thread );48 return (Scheduler_priority_Node *) _Scheduler_Thread_get_node( the_thread ); 49 49 } 50 50 … … 137 137 Scheduler_priority_Context *context = 138 138 _Scheduler_priority_Get_context( scheduler ); 139 Scheduler_priority_Node *node = _Scheduler_priority_ Node_get( the_thread );139 Scheduler_priority_Node *node = _Scheduler_priority_Thread_get_node( the_thread ); 140 140 141 141 _Scheduler_priority_Ready_queue_extract(
Note: See TracChangeset
for help on using the changeset viewer.