Changeset eb02f47 in rtems for cpukit/itron/src/ext_tsk.c


Ignore:
Timestamp:
11/10/99 13:48:27 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
442d0478
Parents:
dcc1f6b6
Message:

Committed modifications from ITRON Task and Task Dependendent Synchronization
Working Group. Included are tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/itron/src/ext_tsk.c

    rdcc1f6b6 reb02f47  
    2424void ext_tsk( void )
    2525{
     26  _Thread_Disable_dispatch();
     27
     28  _Thread_Restart( _Thread_Executing, NULL, 0 );
    2629  _Thread_Set_state( _Thread_Executing, STATES_DORMANT );
     30
     31  _Thread_Enable_dispatch(); 
    2732}
Note: See TracChangeset for help on using the changeset viewer.