stason.org logo lotus


previous page: 5.2. Asynchronous and blocking system calls (Programming)page up: Threads Programming FAQnext page: 5.4. Critical section (Programming threads)

5.3. Context switch (Programming threads)

 Books
 TULARC
















Description

This article is from the Threads Programming FAQ, by Bryan O'Sullivan bos@serpentine.com with numerous contributions by others.

5.3. Context switch (Programming threads)

A context switch is the action of switching a CPU between executing
one thread and another (or transferring control between them). This
may involve crossing one or more protection boundary.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

programming, software, coding, threads programming







TOP
previous page: 5.2. Asynchronous and blocking system calls (Programming)page up: Threads Programming FAQnext page: 5.4. Critical section (Programming threads)