description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: _CRT_DISABLE_PERFCRIT_LOCKS |
_CRT_DISABLE_PERFCRIT_LOCKS |
11/04/2016 |
|
|
36cc2d86-cdb1-4b2b-a03c-c0d3818e7c6f |
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.