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

  /src/external/bsd/zstd/dist/programs/
fileio_asyncio.h 40 POOL_function poolFunction;
fileio_asyncio.c 182 static void AIO_IOPool_init(IOPoolCtx_t* ctx, const FIO_prefs_t* prefs, POOL_function poolFunction, size_t bufferSize) {
186 ctx->poolFunction = poolFunction;
304 POOL_add(ctx->threadPool, ctx->poolFunction, job);
306 ctx->poolFunction(job);

Completed in 16 milliseconds