Searched refs:ZSTD_pthread_cond_destroy (Results 1 – 6 of 6) sorted by relevance
59 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro95 #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))
111 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy() function
186 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()187 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
181 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()182 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
555 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()
888 ZSTD_pthread_cond_destroy(&best->cond); in COVER_best_destroy()