Searched refs:ZSTD_pthread_create (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | threading.h | 62 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, 91 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d)) macro 116 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d)) macro
|
| H A D | pool.c | 151 if (ZSTD_pthread_create(&ctx->threads[i], NULL, &POOL_thread, ctx)) { in POOL_create_advanced() 232 if (ZSTD_pthread_create(&threadPool[threadId], NULL, &POOL_thread, ctx)) { in POOL_resize_internal()
|
| H A D | threading.c | 70 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create() function
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | pool.c | 152 if (ZSTD_pthread_create(&ctx->threads[i], NULL, &POOL_thread, ctx)) { in POOL_create_advanced() 233 if (ZSTD_pthread_create(&threadPool[threadId], NULL, &POOL_thread, ctx)) { in POOL_resize_internal()
|