Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dthreading.h59 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro
95 #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))
Dthreading.c111 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy() function
Dpool.c184 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
185 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
/external/zstd/tests/
DpoolTests.c168 ZSTD_pthread_cond_destroy(&test.cond); in testThreadReduction()
/external/zstd/lib/compress/
Dzstdmt_compress.c549 ZSTD_pthread_cond_destroy(&serialState->cond); in ZSTDMT_serialState_free()
551 ZSTD_pthread_cond_destroy(&serialState->ldmWindowCond); in ZSTDMT_serialState_free()
840 ZSTD_pthread_cond_destroy(&jobTable[jobNb].job_cond); in ZSTDMT_freeJobsTable()
/external/zstd/lib/dictBuilder/
Dcover.c880 ZSTD_pthread_cond_destroy(&best->cond); in COVER_best_destroy()