VMS Help — POSIX Threads, PTHREAD routines, pthread_setspecific, Arguments
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.