Lines Matching defs:POOL_ctx_s
34 struct POOL_ctx_s { struct
35 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;
50 int queueEmpty;
53 ZSTD_pthread_mutex_t queueMutex;
55 ZSTD_pthread_cond_t queuePushCond;
57 ZSTD_pthread_cond_t queuePopCond;
59 int shutdown;
310 struct POOL_ctx_s { struct
311 int dummy;