pthread_setspecific

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_setspecific(pthread_key_t , void* )
    version(Android)
    extern (C) @nogc nothrow
    int
    pthread_setspecific
    (,
    const void*
    )
  2. int pthread_setspecific(pthread_key_t , void* )

Meta