Home
last modified time | relevance | path

Searched defs:POOL_ctx_s (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dpool.c34 struct POOL_ctx_s { struct
38 size_t threadCapacity;
39 size_t threadLimit;
42 POOL_job *queue;
43 size_t queueHead;
44 size_t queueTail;
45 size_t queueSize;
50 int queueEmpty;
59 int shutdown;
307 struct POOL_ctx_s { struct
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7005 struct POOL_ctx_s { struct
7009 size_t threadCapacity;
7010 size_t threadLimit;
7013 POOL_job *queue;
7014 size_t queueHead;
7015 size_t queueTail;
7016 size_t queueSize;
7021 int queueEmpty;
7030 int shutdown;
7272 struct POOL_ctx_s { struct
[all …]