Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dthreading.h71 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused,
101 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
126 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
H A Dthreading.c45 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create() function
H A Dpool.c151 if (ZSTD_pthread_create(&ctx->threads[i], NULL, &POOL_thread, ctx)) { in POOL_create_advanced()
221 if (ZSTD_pthread_create(&threadPool[threadId], NULL, &POOL_thread, ctx)) { in POOL_resize_internal()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6911 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused,
6941 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
6966 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
7117 if (ZSTD_pthread_create(&ctx->threads[i], NULL, &POOL_thread, ctx)) { in POOL_create_advanced()
7185 if (ZSTD_pthread_create(&threadPool[threadId], NULL, &POOL_thread, ctx)) { in POOL_resize_internal()