Lines Matching refs:thread_data
171 struct thread_data *td; /* for thread-self cleanup */
174 struct thread_data { struct
183 return &(((struct thread_data *)conn->async.os_specific)->tsd); in conn_thread_sync_data() argument
205 int init_thread_sync_data(struct thread_data * td, in init_thread_sync_data()
276 struct thread_data *td = tsd->td; in getaddrinfo_thread()
316 struct thread_data *td = tsd->td; in gethostbyname_thread()
349 struct thread_data *td = (struct thread_data*) async->os_specific; in destroy_async_data()
389 struct thread_data *td = calloc(1, sizeof(struct thread_data)); in init_resolve_thread()
468 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in thread_wait_resolv()
506 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in Curl_resolver_kill()
545 struct thread_data *td = (struct thread_data*) conn->async.os_specific; in Curl_resolver_is_resolved()