Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dpool.c34 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;
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/
Dpool.c46 struct POOL_ctx_s { struct
48 ZSTD_pthread_t* threads;
49 size_t threadCapacity;
50 size_t threadLimit;
53 POOL_job *queue;
54 size_t queueHead;
55 size_t queueTail;
56 size_t queueSize;
59 size_t numThreadsBusy;
61 int queueEmpty;
[all …]