Changes between Version 33 and Version 34 of kernel_syscalls


Ignore:
Timestamp:
Mar 22, 2015, 6:57:30 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v33 v34  
    151151It is descheduled and enters the "not runable" mode.
    152152
    153  === 4) int '''_context_switch'''() ===
     153 === 4) int '''_sys_context_switch'''() ===
    154154This function deschedules the calling task. It mask interrupts before calling the _ctx_switch, and restore it when the task is rescheduled.
    155155