Changes between Version 33 and Version 34 of kernel_syscalls
- Timestamp:
- Mar 22, 2015, 6:57:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v33 v34 151 151 It is descheduled and enters the "not runable" mode. 152 152 153 === 4) int '''_ context_switch'''() ===153 === 4) int '''_sys_context_switch'''() === 154 154 This function deschedules the calling task. It mask interrupts before calling the _ctx_switch, and restore it when the task is rescheduled. 155 155