Home
last modified time | relevance | path

Searched refs:POOL_job (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/common/
Dpool.c32 } POOL_job; typedef
42 POOL_job *queue;
86 { POOL_job const job = ctx->queue[ctx->queueHead]; in POOL_thread()
129 ctx->queue = (POOL_job*)ZSTD_customMalloc(ctx->queueSize * sizeof(POOL_job), customMem); in POOL_create_advanced()
198 + ctx->queueSize * sizeof(POOL_job) in POOL_sizeof()
262 POOL_job const job = {function, opaque}; in POOL_add_internal()