description | title | ms.date | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|
Learn more about: _nolock Functions |
_nolock Functions |
11/04/2016 |
|
7d651d87-38d2-4303-9897-fdb5f7a3e899 |
The _nolock
functions are versions of I/O functions that don't perform any locking. They're provided for users requiring maximum performance. For more information, see Multithreaded libraries performance.
Use _nolock functions only if your program is truly single-threaded or if it does its own locking.
_fseek_nolock
, _fseeki64_nolock
_ftell_nolock
, _ftelli64_nolock
_getchar_nolock
, _getwchar_nolock
_getche_nolock
, _getwche_nolock
_getdcwd_nolock
, _wgetdcwd_nolock
_putchar_nolock
, _putwchar_nolock
_ungetc_nolock
, _ungetwc_nolock