pthread_key_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_key_create(pthread_key_t* , void* function(void*) )
    version(Android)
    extern (C) @nogc nothrow
    int
    pthread_key_create
    (,
    void* function
    (
    void*
    )
    )
  2. int pthread_key_create(pthread_key_t* , void* function(void*) )

Meta