Home
last modified time | relevance | path

Searched refs:AIO_supported (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dfileio_asyncio.h100 int AIO_supported(void);
H A Dfileio_asyncio.c134 int AIO_supported(void) { in AIO_supported() function
H A Dzstdcli.c202 if (AIO_supported()) in usageAdvanced()
H A Dfileio.c309 ret->asyncIO = AIO_supported(); in FIO_createPreferences()