Searched defs:POOL_ctx_s (Results 1 – 2 of 2) sorted by relevance
34 struct POOL_ctx_s { struct38 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 …]
7005 struct POOL_ctx_s { struct7009 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 …]