Searched refs:ZSTD_pthread_cond_destroy (Results 1 – 4 of 4) sorted by relevance
56 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro90 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))110 #define ZSTD_pthread_cond_destroy(a) ((void)(a))
168 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()169 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
494 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()
765 ZSTD_pthread_cond_destroy(&best->cond); in COVER_best_destroy()