key
    Thread-specific key that identifies the thread-specific data to
    receive value. This key value must be obtained from pthread_key_
    create().
 value
    New thread-specific data value to associate with the specified
    key for the calling thread.