Share via


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 CRT Library Features for more information on CRT versions.

See Also

Concepts

Multithreading with C and Win32