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

  /src/external/bsd/zstd/dist/lib/common/
threading.h 55 #define ZSTD_pthread_cond_wait(a, b) SleepConditionVariableCS((a), (b), INFINITE)
86 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait((a), (b))
111 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait(*(a), *(b))
133 #define ZSTD_pthread_cond_wait(a, b) ((void)(a), (void)(b))
pool.c 83 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex);
197 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex);
292 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex);
threading.c 105 ZSTD_pthread_cond_wait(&thread_param.initialized_cond, &thread_param.initialized_mutex);
  /src/external/bsd/zstd/dist/tests/
poolTests.c 131 ZSTD_pthread_cond_wait(&test.cond, &test.mut);
146 ZSTD_pthread_cond_wait(&test.cond, &test.mut);
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 589 ZSTD_pthread_cond_wait(&serialState->cond, &serialState->mutex);
1037 ZSTD_pthread_cond_wait(&mtctx->jobs[jobID].job_cond, &mtctx->jobs[jobID].job_mutex);
1507 ZSTD_pthread_cond_wait(&mtctx->jobs[wJobID].job_cond, &mtctx->jobs[wJobID].job_mutex); /* block when nothing to flush but some to come */
1668 ZSTD_pthread_cond_wait(&mtctx->serial.ldmWindowCond, mutex);
  /src/external/bsd/zstd/dist/programs/
fileio_asyncio.c 472 ZSTD_pthread_cond_wait(&ctx->jobCompletedCond, &ctx->base.ioJobsMutex);
  /src/external/bsd/zstd/dist/lib/dictBuilder/
cover.c 915 ZSTD_pthread_cond_wait(&best->cond, &best->mutex);

Completed in 19 milliseconds