Searched defs:ZSTD_pthread_create (Results 1 – 2 of 2) sorted by relevance
/external/zstd/lib/common/ |
D | threading.h | 91 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d)) macro 116 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d)) macro
|
D | threading.c | 70 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create() function
|