Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.h74 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);
102 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
127 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
H A Dthreading.c59 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join() function
H A Dpool.c176 ZSTD_pthread_join(ctx->threads[i], NULL); /* note : could fail */ in POOL_join()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6915 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);
6943 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
6968 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
7143 ZSTD_pthread_join(ctx->threads[i], NULL); /* note : could fail */ in POOL_join()