Searched refs:ZSTD_pthread_create (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | threading.h | 68 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, 96 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
|
| H A D | threading.c | 43 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create() function
|
| H A D | pool.c | 136 if (ZSTD_pthread_create(&ctx->threads[i], NULL, &POOL_thread, ctx)) { in POOL_create_advanced()
|