Ignore:
Timestamp:
Aug 7, 2015, 5:42:06 PM (9 years ago)
Author:
guerin
Message:

kernel: defer task kill to _ctx_switch()

Introduce SIG slot in task context.
Add release functions for tty, tim and nic in sys_handler.
Process signals in _ctx_switch().

File:
1 edited

Legend:

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

    r688 r695  
    118118int _sys_tty_alloc( unsigned int shared );
    119119
     120int _sys_tty_release();
     121
    120122int _sys_tty_write( const char*  buffer,
    121123                    unsigned int length,
     
    131133
    132134int _sys_tim_alloc();
     135
     136int _sys_tim_release();
    133137
    134138int _sys_tim_start( unsigned int period );
     
    144148                    unsigned int ymax );
    145149
     150int _sys_nic_release( unsigned int is_rx );
    146151
    147152int _sys_nic_start( unsigned int is_rx,
Note: See TracChangeset for help on using the changeset viewer.