Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstdmt_compress.c836 U32 jobNb; in ZSTDMT_freeJobsTable() local
838 for (jobNb=0; jobNb<nbJobs; jobNb++) { in ZSTDMT_freeJobsTable()
839 ZSTD_pthread_mutex_destroy(&jobTable[jobNb].job_mutex); in ZSTDMT_freeJobsTable()
840 ZSTD_pthread_cond_destroy(&jobTable[jobNb].job_cond); in ZSTDMT_freeJobsTable()
852 U32 jobNb; in ZSTDMT_createJobsTable() local
858 for (jobNb=0; jobNb<nbJobs; jobNb++) { in ZSTDMT_createJobsTable()
859 initError |= ZSTD_pthread_mutex_init(&jobTable[jobNb].job_mutex, NULL); in ZSTDMT_createJobsTable()
860 initError |= ZSTD_pthread_cond_init(&jobTable[jobNb].job_cond, NULL); in ZSTDMT_createJobsTable()
1062 { unsigned jobNb; in ZSTDMT_getFrameProgression() local
1066 for (jobNb = mtctx->doneJobID ; jobNb < lastJobNb ; jobNb++) { in ZSTDMT_getFrameProgression()
[all …]