Lines Matching refs:dlkey
93 static pthread_key_t dlkey; variable
103 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()
285 else if (!(p = (dlts_t *) pthread_getspecific(dlkey))) in dlseterror_from_errno()
314 else if (!(q = (dlts_t *) pthread_getspecific(dlkey))) in dlseterror_from_exception()