Searched refs:ZSTD_pthread_join (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.h | 74 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 D | threading.c | 59 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join() function
|
| H A D | pool.c | 176 ZSTD_pthread_join(ctx->threads[i], NULL); /* note : could fail */ in POOL_join()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6915 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()
|