Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.h61 #define ZSTD_pthread_cond_signal(a) WakeConditionVariable((a)) macro
97 #define ZSTD_pthread_cond_signal(a) pthread_cond_signal((a))
122 #define ZSTD_pthread_cond_signal(a) pthread_cond_signal(*(a))
144 #define ZSTD_pthread_cond_signal(a) ((void)(a))
H A Dpool.c91 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
100 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
272 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c91 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
100 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
263 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c591 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_update()
623 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_ensureFinished()
750ZSTD_pthread_cond_signal(&job->job_cond); /* warns some more data is ready to be flushed */ in ZSTDMT_compressionJob()
786 ZSTD_pthread_cond_signal(&job->job_cond); in ZSTDMT_compressionJob()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c933 ZSTD_pthread_cond_signal(&best->cond); in COVER_best_finish()