Searched refs:dlkey (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/os400/dlfcn/
H A Ddlfcn.c93 static pthread_key_t dlkey; variable
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)))
[all...]

Completed in 50 milliseconds