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()131 ctx->queue = (POOL_job*)ZSTD_customMalloc(ctx->queueSize * sizeof(POOL_job), customMem); in POOL_create_advanced()200 + ctx->queueSize * sizeof(POOL_job) in POOL_sizeof()265 POOL_job const job = {function, opaque}; in POOL_add_internal()
33 } POOL_job; typedef43 POOL_job *queue;87 { POOL_job const job = ctx->queue[ctx->queueHead]; in POOL_thread()126 ctx->queue = (POOL_job*)ZSTD_malloc(ctx->queueSize * sizeof(POOL_job), customMem); in POOL_create_advanced()193 + ctx->queueSize * sizeof(POOL_job) in POOL_sizeof()257 POOL_job const job = {function, opaque}; in POOL_add_internal()