Home
last modified time | relevance | path

Searched refs:thdkey (Results 1 – 1 of 1) sorted by relevance

/external/curl/packages/OS400/
Dos400sys.c87 static pthread_key_t thdkey; variable
116 locbufs = pthread_getspecific(thdkey); in terminate()
117 pthread_setspecific(thdkey, (void *) NULL); in terminate()
118 pthread_key_delete(thdkey); in terminate()
188 bufs = (buffer_t *) pthread_getspecific(thdkey); in buffer_threaded()
199 if(pthread_setspecific(thdkey, (void *) bufs)) { in buffer_threaded()
222 if(!pthread_key_create(&thdkey, thdbufdestroy)) in buffer_undef()