Changeset 0860426 in rtems
- Timestamp:
- 06/09/99 16:46:13 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5a0592c
- Parents:
- 8dba373
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/src/tasksetpriority.c
r8dba373 r0860426 62 62 return RTEMS_INVALID_PRIORITY; 63 63 64 if ( !old_priority ) 65 return RTEMS_INVALID_ADDRESS; 66 64 67 the_thread = _Thread_Get( id, &location ); 65 68 switch ( location ) { -
cpukit/rtems/src/tasksetpriority.c
r8dba373 r0860426 62 62 return RTEMS_INVALID_PRIORITY; 63 63 64 if ( !old_priority ) 65 return RTEMS_INVALID_ADDRESS; 66 64 67 the_thread = _Thread_Get( id, &location ); 65 68 switch ( location ) {
Note: See TracChangeset
for help on using the changeset viewer.