You are strongly encouraged to read the following books for in-depth understanding of threading. Each book discusses general concepts of parallel programming by explaining a particular programming technology:
For information on oneAPI Threading Building Blocks (oneTBB): Reinders, James. Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism. O'Reilly, July 2007
For information on Microsoft Win32* Threading (for Windows* users): Akhter, Shameem, and Jason Roberts. Multi-Core Programming: Increasing Performance through Software Multithreading, Intel Press, April 2006
Intel does not endorse these books or recommend them over other books on the same subjects.
For additional technical product information including white papers, forums, and documentation, visit https://software.intel.com/en-us/intel-sdp-home/
For information about the C++ standards, visit the C++ website: http://www.isocpp.org/
For information about the C standards, visit the C website: http://www.open-std.org/jtc1/sc22/wg14/