HomeSort by: relevance | last modified time | path
    Searched defs:ZSTD_pthread_create (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/common/
threading.c 70 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused,
threading.h 59 /* ZSTD_pthread_create() and ZSTD_pthread_join() */
62 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused,
91 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))
116 #define ZSTD_pthread_create(a, b, c, d) pthread_create((a), (b), (c), (d))

Completed in 17 milliseconds