Searched refs:threadPoolActive (Results 1 – 2 of 2) sorted by relevance
166 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()
37 int threadPoolActive; member