Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dthreading.h56 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro
90 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))
110 #define ZSTD_pthread_cond_destroy(a) ((void)(a))
Dpool.c168 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
169 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstdmt_compress.c494 ZSTD_pthread_cond_destroy(&serialState->cond); in ZSTDMT_serialState_free()
496 ZSTD_pthread_cond_destroy(&serialState->ldmWindowCond); in ZSTDMT_serialState_free()
772 ZSTD_pthread_cond_destroy(&jobTable[jobNb].job_cond); in ZSTDMT_freeJobsTable()
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
Dcover.c765 ZSTD_pthread_cond_destroy(&best->cond); in COVER_best_destroy()