pthread_create

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int pthread_create(pthread_t* , pthread_attr_t* , void* function(void*) , void* )
    version(MM_USE_POSIX_THREADS && WebAssembly)
    extern (C)
    int
    pthread_create
    (,,
    void* function
    (
    void*
    )
    ,
    void*
    )
  2. int pthread_create(pthread_t* , pthread_attr_t* , void* function(void*) , void* )

Meta