Searched refs:ZSTD_pthread_mutex_destroy (Results 1 – 8 of 8) sorted by relevance
47 #define ZSTD_pthread_mutex_destroy(a) DeleteCriticalSection((a)) macro79 #define ZSTD_pthread_mutex_destroy(a) pthread_mutex_destroy((a)) macro104 int ZSTD_pthread_mutex_destroy(ZSTD_pthread_mutex_t* mutex);126 #define ZSTD_pthread_mutex_destroy(a) ((void)(a)) macro
97 ZSTD_pthread_mutex_destroy(&thread_param.initialized_mutex); in ZSTD_pthread_create()108 ZSTD_pthread_mutex_destroy(&thread_param.initialized_mutex); in ZSTD_pthread_create()149 int ZSTD_pthread_mutex_destroy(ZSTD_pthread_mutex_t* mutex) in ZSTD_pthread_mutex_destroy() function
183 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()
62 ZSTD_pthread_mutex_destroy(&data.mutex); in testOrder()167 ZSTD_pthread_mutex_destroy(&test.mut); in testThreadReduction()218 ZSTD_pthread_mutex_destroy(&test.mut); in testAbruptEnding()
75 ZSTD_pthread_mutex_destroy(&g_mutex); in TRACE_finish()
258 ZSTD_pthread_mutex_destroy(&ctx->ioJobsMutex); in AIO_IOPool_destroy()
118 ZSTD_pthread_mutex_destroy(&bufPool->poolMutex); in ZSTDMT_freeBufferPool()368 ZSTD_pthread_mutex_destroy(&pool->poolMutex); in ZSTDMT_freeCCtxPool()572 ZSTD_pthread_mutex_destroy(&serialState->mutex); in ZSTDMT_serialState_free()574 ZSTD_pthread_mutex_destroy(&serialState->ldmWindowMutex); in ZSTDMT_serialState_free()899 ZSTD_pthread_mutex_destroy(&jobTable[jobNb].job_mutex); in ZSTDMT_freeJobsTable()
931 ZSTD_pthread_mutex_destroy(&best->mutex);