|
ToolDAQFramework
|
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 |