Lines Matching refs:dlkey
93 static pthread_key_t dlkey;
103 pthread_setspecific(dlkey, NULL);
114 p = pthread_getspecific(dlkey);
129 pthread_key_delete(dlkey);
161 if (!pthread_key_create(&dlkey, dlthreadterm))
183 p = pthread_getspecific(dlkey);
192 if (pthread_setspecific(dlkey, p))
210 p = pthread_getspecific(dlkey);
238 p = pthread_getspecific(dlkey);
266 else if (!(p = (dlts_t *) pthread_getspecific(dlkey)))
285 else if (!(p = (dlts_t *) pthread_getspecific(dlkey)))
314 else if (!(q = (dlts_t *) pthread_getspecific(dlkey)))