HomeSort by: relevance | last modified time | path
    Searched refs:asyncIO (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
fileio_types.h 61 int asyncIO;
fileio_asyncio.c 129 * AsyncIO functionality
133 * Returns 1 if AsyncIO is supported on the system, 0 otherwise. */
163 * Displays warning if asyncio is requested but MT isn't available. */
167 if(prefs->asyncIO) {
403 * of asyncio costs more than the expected gains. */
441 * reads to be completed in order) this implementation was chosen as it better fits other asyncio
660 * of asyncio costs more than the expected gains. */
fileio.c 309 ret->asyncIO = AIO_supported();
476 prefs->asyncIO = value;
480 DISPLAYLEVEL(2, "Note : asyncio is disabled (lack of multithreading support) \n");
2064 /* Don't use AsyncIO for small files */
2900 /* Don't use AsyncIO for small files */

Completed in 22 milliseconds