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

  /src/external/bsd/zstd/dist/programs/
fileio_asyncio.h 77 ZSTD_pthread_cond_t jobCompletedCond;
fileio_asyncio.c 427 ZSTD_pthread_cond_signal(&ctx->jobCompletedCond);
472 ZSTD_pthread_cond_wait(&ctx->jobCompletedCond, &ctx->base.ioJobsMutex);
560 if (ZSTD_pthread_cond_init(&ctx->jobCompletedCond, NULL))
561 EXM_THROW(103,"Failed creating jobCompletedCond cond");
572 ZSTD_pthread_cond_destroy(&ctx->jobCompletedCond);

Completed in 44 milliseconds