Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dthreading.h68 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 Dthreading.c43 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create() function
H A Dpool.c136 if (ZSTD_pthread_create(&ctx->threads[i], NULL, &POOL_thread, ctx)) { in POOL_create_advanced()