Library Support for Multithreading

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 C Run-Time Libraries for more information on CRT versions.

See Also

Concepts

Multithreading with C and Win32