Ignore:
Timestamp:
Jul 18, 2015, 3:00:42 PM (9 years ago)
Author:
alain
Message:

Modify the task activation/desactivation mechanism
to support the _kill_application() and _exec_application() system functions.
The RUN Boolean in task context has been replaced by the NORUN bit-vector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/sys_handler.h

    r614 r629  
    204204int _sys_task_exit( char* string );
    205205
     206int _sys_kill_application( char* name );
     207
     208int _sys_exec_application( char* name );
     209
    206210int _sys_context_switch();
    207211
Note: See TracChangeset for help on using the changeset viewer.