Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.c90 ZSTD_pthread_cond_destroy(&thread_param.initialized_cond); in ZSTD_pthread_create()
98 ZSTD_pthread_cond_destroy(&thread_param.initialized_cond); in ZSTD_pthread_create()
109 ZSTD_pthread_cond_destroy(&thread_param.initialized_cond); in ZSTD_pthread_create()
170 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy() function
H A Dthreading.h54 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro
85 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a)) macro
110 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond);
132 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro
H A Dpool.c184 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
185 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c185 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
186 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
/freebsd/sys/contrib/zstd/programs/
H A Dfileio_asyncio.c572 ZSTD_pthread_cond_destroy(&ctx->jobCompletedCond); in AIO_ReadPool_free()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c573 ZSTD_pthread_cond_destroy(&serialState->cond); in ZSTDMT_serialState_free()
575 ZSTD_pthread_cond_destroy(&serialState->ldmWindowCond); in ZSTDMT_serialState_free()
900 ZSTD_pthread_cond_destroy(&jobTable[jobNb].job_cond); in ZSTDMT_freeJobsTable()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c932 ZSTD_pthread_cond_destroy(&best->cond);