Home
last modified time | relevance | path

Searched refs:threadPoolActive (Results 1 – 2 of 2) sorted by relevance

/external/zstd/programs/
Dfileio_asyncio.c166 ctx->threadPoolActive = 0; in AIO_IOPool_createThreadPool()
174 ctx->threadPoolActive = 1; in AIO_IOPool_createThreadPool()
201 return ctx->threadPool && ctx->threadPoolActive; in AIO_IOPool_threadPoolActive()
242 if(ctx->threadPoolActive != threaded) { in AIO_IOPool_setThreaded()
244 ctx->threadPoolActive = threaded; in AIO_IOPool_setThreaded()
Dfileio_asyncio.h37 int threadPoolActive; member