Home
last modified time | relevance | path

Searched defs:ZSTD_pthread_cond_destroy (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.c111 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy() function
H A Dthreading.h59 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) macro