The key manager ...
The directives provided by the key manager are:
pthread_key_create - Create Thread Specific Data Key
pthread_key_delete - Delete Thread Specific Data Key
pthread_setspecific - Set Thread Specific Key Value
pthread_getspecific - Get Thread Specific Key Value
Copyright © 1988-2004 OAR Corporation