Searched refs:ZSTD_pthread_t (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.c | 40 ZSTD_pthread_t* const thread = (ZSTD_pthread_t*) arg; in worker() 45 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create() 59 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join()
|
| H A D | threading.h | 69 } ZSTD_pthread_t; typedef 71 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, 74 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr); 100 #define ZSTD_pthread_t pthread_t 125 #define ZSTD_pthread_t pthread_t
|
| H A D | pool.c | 37 ZSTD_pthread_t* threads; 143 … ctx->threads = (ZSTD_pthread_t*)ZSTD_customMalloc(numThreads * sizeof(ZSTD_pthread_t), customMem); in POOL_create_advanced() 199 + ctx->threadCapacity * sizeof(ZSTD_pthread_t); in POOL_sizeof() 212 …{ ZSTD_pthread_t* const threadPool = (ZSTD_pthread_t*)ZSTD_customMalloc(numThreads * sizeof(ZSTD… in POOL_resize_internal()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6910 } ZSTD_pthread_t; typedef 6912 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, 6915 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr); 6941 #define ZSTD_pthread_t pthread_t 6966 #define ZSTD_pthread_t pthread_t 7008 ZSTD_pthread_t* threads; 7110 ctx->threads = (ZSTD_pthread_t*)ZSTD_malloc(numThreads * sizeof(ZSTD_pthread_t), customMem); in POOL_create_advanced() 7164 + ctx->threadCapacity * sizeof(ZSTD_pthread_t); in POOL_sizeof() 7177 …{ ZSTD_pthread_t* const threadPool = (ZSTD_pthread_t*)ZSTD_malloc(numThreads * sizeof(ZSTD_pthre… in POOL_resize_internal()
|