Searched refs:ZSTD_pthread_cond_destroy (Results 1 – 7 of 7) sorted by relevance
90 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
54 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro85 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a)) macro110 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond);132 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro
184 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()185 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
185 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()186 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
572 ZSTD_pthread_cond_destroy(&ctx->jobCompletedCond); in AIO_ReadPool_free()
573 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()
932 ZSTD_pthread_cond_destroy(&best->cond);