Abstract


  • Responsible to carry out some features of a Process (进程)
  • Threads in a process share the same Address Space & other per-process items as shown below


Blocking Thread

  • Known as Synchronised Thread
  • Thread doesn’t do anything while waiting for IO Operations or Network Operations etc
  • Super-simple to use and understand!

Thread Table


PThread