Changeset 1506658c in rtems for cpukit/rtems/src/taskstart.c
- Timestamp:
- 01/08/16 11:11:03 (7 years ago)
- Branches:
- 5, master
- Children:
- 599d71f
- Parents:
- ccd5434
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/08/16 11:11:03)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/11/16 07:47:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/src/taskstart.c
rccd5434 r1506658c 65 65 66 66 case OBJECTS_LOCAL: 67 successfully_started = _Thread_Start( the_thread, &entry , NULL);67 successfully_started = _Thread_Start( the_thread, &entry ); 68 68 69 69 _Objects_Put( &the_thread->Object );
Note: See TracChangeset
for help on using the changeset viewer.