Searched defs:POOL_ctx_s (Results 1 – 1 of 1) sorted by relevance
34 struct POOL_ctx_s { struct35 ZSTD_customMem customMem;37 ZSTD_pthread_t* threads;38 size_t threadCapacity;39 size_t threadLimit;42 POOL_job *queue;43 size_t queueHead;44 size_t queueTail;45 size_t queueSize;48 size_t numThreadsBusy;[all …]