Changeset 0c5ab522 in rtems


Ignore:
Timestamp:
11/12/99 21:16:45 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
037a7b1
Parents:
c257429f
Message:

Added comment about the E_CTX error condition (Implementation dependent).

Files:
2 edited

Legend:

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

    rc257429f r0c5ab522  
    2424void ext_tsk( void )
    2525{
     26  /*
     27   *  Figure out what to do if this happens.
     28   *  We can not return regardless
     29      if ( _ITRON_Is_in_non_task_state() )
     30        return E_CTX;
     31  */
     32
    2633  _Thread_Disable_dispatch();
    2734
  • cpukit/itron/src/ext_tsk.c

    rc257429f r0c5ab522  
    2424void ext_tsk( void )
    2525{
     26  /*
     27   *  Figure out what to do if this happens.
     28   *  We can not return regardless
     29      if ( _ITRON_Is_in_non_task_state() )
     30        return E_CTX;
     31  */
     32
    2633  _Thread_Disable_dispatch();
    2734
Note: See TracChangeset for help on using the changeset viewer.