Searched refs:ZSTD_pthread_create (Results 1 – 3 of 3) sorted by relevance
/external/zstd/lib/common/ |
D | threading.h | 71 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))
|
D | threading.c | 45 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create() function
|
D | pool.c | 151 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()
|