Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6912 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused,
6942 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
6967 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
7118 if (ZSTD_pthread_create(&ctx->threads[i], NULL, &POOL_thread, ctx)) { in POOL_create_advanced()
7186 if (ZSTD_pthread_create(&threadPool[threadId], NULL, &POOL_thread, ctx)) { in POOL_resize_internal()