Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) thread

 

This page is about two types of thread:

  1. thread (general): 'the smallest unit of processing that can be scheduled by an operating system' [1]
  2. std::thread: a C++0x thread class

 

 

 

 

 

thread (general)

 

A thread is the smallest unit of processing that can be scheduled by an operating system' [1].

 

std::thread is the C++0x thread class.

 

 

 

 

thread (general) design

 

As a personal note, I will put my thread design questions here. Feel free to contact me if you can provide answers with references.

 

 

 

 

 

C++0x std::thread

 

std::thread is the C++0x thread class.

 

std::thread examples:

 

 

 

 

 

External links

 

 

 

 

 

 

References

 

  1. Wikipedia page about threads

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict