Public Attributes | |
| ZSTD_customMem | customMem |
| ZSTD_pthread_t * | threads |
| size_t | threadCapacity |
| size_t | threadLimit |
| POOL_job * | queue |
| size_t | queueHead |
| size_t | queueTail |
| size_t | queueSize |
| size_t | numThreadsBusy |
| int | queueEmpty |
| ZSTD_pthread_mutex_t | queueMutex |
| ZSTD_pthread_cond_t | queuePushCond |
| ZSTD_pthread_cond_t | queuePopCond |
| int | shutdown |
| ZSTD_customMem POOL_ctx_s::customMem |
| size_t POOL_ctx_s::numThreadsBusy |
| POOL_job* POOL_ctx_s::queue |
| int POOL_ctx_s::queueEmpty |
| size_t POOL_ctx_s::queueHead |
| ZSTD_pthread_mutex_t POOL_ctx_s::queueMutex |
| ZSTD_pthread_cond_t POOL_ctx_s::queuePopCond |
| ZSTD_pthread_cond_t POOL_ctx_s::queuePushCond |
| size_t POOL_ctx_s::queueSize |
| size_t POOL_ctx_s::queueTail |
| int POOL_ctx_s::shutdown |
| size_t POOL_ctx_s::threadCapacity |
| size_t POOL_ctx_s::threadLimit |
| ZSTD_pthread_t* POOL_ctx_s::threads |