Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_threads.c83 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy() function
132 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy() function
146 Curl_thread_destroy(*hnd); in Curl_thread_join()
Dcurl_threads.h59 void Curl_thread_destroy(curl_thread_t hnd);
Dasyn-thread.c561 Curl_thread_destroy(td->thread_hnd); in destroy_async_data()