when context switch occurs?

rahul8143_at_gmail.com
Date: 09/26/05

  • Next message: Lew Pitcher: "Re: when context switch occurs?"
    Date: 26 Sep 2005 09:46:33 -0700
    
    

    hello,
          I know that when in a normal program execution its require to
    read file/ write a file control is transferred to kernel mode and thus
    it forms context switch. but is there any other scenario where context
    switch also occurs?


  • Next message: Lew Pitcher: "Re: when context switch occurs?"

    Relevant Pages

    • Re: when context switch occurs?
      ... > read file/ write a file control is transferred to kernel mode and thus ... This is not what is generally known as a "context switch". ... process enters kernel mode, it's just that: ... process takes over that CPU with all positive and negative side-effects ...
      (comp.os.linux.development.system)
    • Re: "system call" vs "library call"
      ... which one will be used if a user program invokes such ... The linker can be used to specify which module will be loaded first ... a context switch and execute in kernel mode? ... a system call runs in kernel mode. ...
      (comp.os.misc)