Changeset 725 for soft/giet_vm/giet_kernel/ctx_handler.c
- Timestamp:
- Nov 21, 2015, 2:28:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/ctx_handler.c
r714 r725 29 29 extern fat_desc_t _fat; 30 30 31 ////////////////////////////////////////////////////////////////// 31 ///////////////////////////////////////////////////////////////////////////////// 32 32 // This function is called by the _ctx_switch() function. 33 33 // It desactivates a thread that received a KILL signal. 34 34 // We must release all ressources allocated to the thread 35 // before the actual desactivation, that uses NORUN_MASK_THREAD. 36 ////////////////////////////////////////////////////////////////// 35 // before the actual desactivation, that set the NORUN_MASK_THREAD 36 // bit in the thread context. 37 ////////////////////////////////////////////////////////////////////////////////// 37 38 static void _ctx_kill_thread( unsigned int x, 38 39 unsigned int y,
Note: See TracChangeset
for help on using the changeset viewer.