Changeset 45819022 in rtems for c/src/exec/score/src/thread.c
- Timestamp:
- 08/16/95 19:42:41 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 199fa36
- Parents:
- 7285a016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/src/thread.c
r7285a016 r45819022 11 11 * notice must appear in all copies of this file and its derivatives. 12 12 * 13 * $Id$13 * thread.c,v 1.5 1995/07/31 22:22:38 joel Exp 14 14 */ 15 15 … … 629 629 ) 630 630 { 631 Thread_Control *the_thread;632 Objects_Locations 631 Thread_Control *the_thread; 632 Objects_Locations location; 633 633 634 634 the_thread = _Thread_Get( id, &location ); … … 792 792 793 793 STATIC INLINE Thread_Control *_Thread_Get ( 794 Objects_Id id,795 unsigned32*location794 Objects_Id id, 795 Objects_Locations *location 796 796 ) 797 797 {
Note: See TracChangeset
for help on using the changeset viewer.