Home
last modified time | relevance | path

Searched refs:ZSTD_pthread_cond_destroy (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.h59 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro
95 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))
120 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond);
142 #define ZSTD_pthread_cond_destroy(a) ((void)(a))
H A Dthreading.c111 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy() function
H A Dpool.c186 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
187 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c181 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
182 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c555 ZSTD_pthread_cond_destroy(&serialState->cond); in ZSTDMT_serialState_free()
557 ZSTD_pthread_cond_destroy(&serialState->ldmWindowCond); in ZSTDMT_serialState_free()
868 ZSTD_pthread_cond_destroy(&jobTable[jobNb].job_cond); in ZSTDMT_freeJobsTable()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c888 ZSTD_pthread_cond_destroy(&best->cond); in COVER_best_destroy()