Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_threads.c81 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy() function
115 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy() function
129 Curl_thread_destroy(*hnd); in Curl_thread_join()
Dcurl_threads.h56 void Curl_thread_destroy(curl_thread_t hnd);
Dasyn-thread.c353 Curl_thread_destroy(td->thread_hnd); in destroy_async_data()