Searched defs:thread_data (Results 1 – 2 of 2) sorted by relevance
101 struct thread_data { struct102 int num_pending; /* number of outstanding c-ares requests */103 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares105 int last_status;107 struct curltime happy_eyeballs_dns_time; /* when this timer started, or 0 */109 char hostname[1];
167 struct thread_data { struct168 curl_thread_t thread_hnd;169 unsigned int poll_interval;170 timediff_t interval_end;171 struct thread_sync_data tsd;
Completed in 8 milliseconds