Searched refs:POOL_job (Results 1 – 2 of 2) sorted by relevance
32 } POOL_job; typedef42 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()
7003 } POOL_job; typedef7013 POOL_job *queue;7057 { POOL_job const job = ctx->queue[ctx->queueHead]; in POOL_thread()7096 ctx->queue = (POOL_job*)ZSTD_malloc(ctx->queueSize * sizeof(POOL_job), customMem); in POOL_create_advanced()7163 + ctx->queueSize * sizeof(POOL_job) in POOL_sizeof()7227 POOL_job const job = {function, opaque}; in POOL_add_internal()