Home
last modified time | relevance | path

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

/curl/packages/OS400/
H A Dos400sys.c81 static pthread_key_t thdkey; variable
106 locbufs = pthread_getspecific(thdkey); in terminate()
107 pthread_setspecific(thdkey, (void *) NULL); in terminate()
108 pthread_key_delete(thdkey); in terminate()
177 bufs = (struct buffer_t *) pthread_getspecific(thdkey); in buffer_threaded()
189 if(pthread_setspecific(thdkey, (void *) bufs)) { in buffer_threaded()
211 if(!pthread_key_create(&thdkey, thdbufdestroy)) in buffer_undef()

Completed in 8 milliseconds