Home
last modified time | relevance | path

Searched refs:ZSTD_pthread_join (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dthreading.h71 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);
97 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
H A Dthreading.c57 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join() function
H A Dpool.c160 ZSTD_pthread_join(ctx->threads[i], NULL); in POOL_join()