Searched refs:ZSTD_pthread_join (Results 1 – 3 of 3) sorted by relevance
71 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);97 #define ZSTD_pthread_join(a, b) pthread_join((a),(b))
57 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join() function
160 ZSTD_pthread_join(ctx->threads[i], NULL); in POOL_join()