Searched refs:dlkey (Results 1 – 1 of 1) sorted by relevance
93 static pthread_key_t dlkey; variable103 pthread_setspecific(dlkey, NULL); in dlthreadterm()114 p = pthread_getspecific(dlkey); in dlterm()129 pthread_key_delete(dlkey); in dlterm()161 if (!pthread_key_create(&dlkey, dlthreadterm)) in dlinit()183 p = pthread_getspecific(dlkey); in dlthreadinit()192 if (pthread_setspecific(dlkey, p)) in dlthreadinit()210 p = pthread_getspecific(dlkey); in dllock()238 p = pthread_getspecific(dlkey); in dlunlock()266 else if (!(p = (dlts_t *) pthread_getspecific(dlkey))) in dlerror()[all …]