This topic has not yet been rated - Rate this topic

_CRT_DISABLE_PERFCRIT_LOCKS

Disables performance-critical locking in I/O operations.

#define _CRT_DISABLE_PERFCRIT_LOCKS

Defining this symbol can improve performance in single-threaded I/O-bound programs by forcing all I/O operations to assume a single-threaded I/O model. For more information, see Multithreaded Libraries Performance.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.