Changeset d23e0f0 in rtems-schedsim
- Timestamp:
- 05/14/14 14:23:46 (10 years ago)
- Branches:
- master
- Children:
- 55b4c3e
- Parents:
- 9f8d56e
- git-author:
- Joel Sherrill <joel.sherrill@…> (05/14/14 14:23:46)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (05/14/14 14:40:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedsim/shell/shared/main_taskpriority.c
r9f8d56e rd23e0f0 1 /** 2 * @file 3 * 4 * Task Set/Get Priority Shell Command Implmentation 5 */ 6 1 7 /* 2 * Task Delete Shell Command Implmentation 3 * 4 * COPYRIGHT (c) 1989-2013. 8 * COPYRIGHT (c) 1989-2014. 5 9 * On-Line Applications Research Corporation (OAR). 6 10 * … … 51 55 52 56 /* 53 * Now priority the task57 * Now set and/or obtain the priority the task 54 58 */ 55 59 status = rtems_task_set_priority( id, new, &old );
Note: See TracChangeset
for help on using the changeset viewer.