Library Support for Multithreading

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

All versions of the CRT now support multi threading with the exception of the non-locking versions of some functions. See Multithreaded Libraries Performance for more information.

See CRT Library Features for more information on CRT versions.

See Also

Multithreading with C and Win32