Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
269 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c585 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_update()
617 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_ensureFinished()
738ZSTD_pthread_cond_signal(&job->job_cond); /* warns some more data is ready to be flushed */ in ZSTDMT_compressionJob()
767 ZSTD_pthread_cond_signal(&job->job_cond); in ZSTDMT_compressionJob()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dcover.c925 ZSTD_pthread_cond_signal(&best->cond); in COVER_best_finish()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6902 #define ZSTD_pthread_cond_signal(a) WakeConditionVariable((a)) macro
6938 #define ZSTD_pthread_cond_signal(a) pthread_cond_signal((a))
6963 #define ZSTD_pthread_cond_signal(a) pthread_cond_signal(*(a))
6985 #define ZSTD_pthread_cond_signal(a) ((void)(a))
7062 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
7071 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
7234 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()