Searched refs:ZSTD_pthread_cond_wait (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.h | 60 #define ZSTD_pthread_cond_wait(a, b) SleepConditionVariableCS((a), (b), INFINITE) macro 96 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait((a), (b)) 121 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait(*(a), *(b)) 143 #define ZSTD_pthread_cond_wait(a, b) ((void)(a), (void)(b))
|
| H A D | pool.c | 83 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread() 278 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 564 ZSTD_pthread_cond_wait(&serialState->cond, &serialState->mutex); in ZSTDMT_serialState_update() 977 ZSTD_pthread_cond_wait(&mtctx->jobs[jobID].job_cond, &mtctx->jobs[jobID].job_mutex); in ZSTDMT_waitForAllJobsCompleted() 1425 …ZSTD_pthread_cond_wait(&mtctx->jobs[wJobID].job_cond, &mtctx->jobs[wJobID].job_mutex); /* block w… in ZSTDMT_flushProduced() 1577 ZSTD_pthread_cond_wait(&mtctx->serial.ldmWindowCond, mutex); in ZSTDMT_waitForLdmComplete()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | cover.c | 863 ZSTD_pthread_cond_wait(&best->cond, &best->mutex); in COVER_best_wait()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6901 #define ZSTD_pthread_cond_wait(a, b) SleepConditionVariableCS((a), (b), INFINITE) macro 6937 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait((a), (b)) 6962 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait(*(a), *(b)) 6984 #define ZSTD_pthread_cond_wait(a, b) ((void)(a), (void)(b)) 7054 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread() 7243 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()
|