HomeSort by: relevance | last modified time | path
    Searched refs:currentJobID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/
zstd.h 2741 unsigned currentJobID; /* MT only : latest started job nb */
  /src/external/bsd/zstd/dist/programs/
fileio.c 1589 if (zfp.currentJobID > 1) { /* only possible if nbWorkers >= 1 */
1599 * note : exclude starting part, since currentJobID > 1 */
1619 if (zfp.currentJobID > lastJobID) {
1623 if (zfp.currentJobID > (unsigned)(prefs->nbWorkers+1)) { /* warm up period, to fill all workers */
1668 lastJobID = zfp.currentJobID;
1669 } /* if (zfp.currentJobID > lastJobID) */
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 1120 fps.currentJobID = mtctx->nextJobID;
zstd_compress.c 1885 fp.currentJobID = 0;

Completed in 33 milliseconds