Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_threads.c82 return curl_thread_t_null; in Curl_thread_create()
87 if(hnd != curl_thread_t_null) { in Curl_thread_destroy()
98 *hnd = curl_thread_t_null; in Curl_thread_join()
134 return curl_thread_t_null; in Curl_thread_create()
141 if(hnd != curl_thread_t_null) in Curl_thread_destroy()
156 *hnd = curl_thread_t_null; in Curl_thread_join()
H A Dcurl_threads.h32 # define curl_thread_t_null (pthread_t *)0 macro
41 # define curl_thread_t_null (HANDLE)0 macro
H A Dasyn-thread.c418 if(td->thread_hnd != curl_thread_t_null) in destroy_async_data()
462 td->thread_hnd = curl_thread_t_null; in init_resolve_thread()
484 if(td->thread_hnd == curl_thread_t_null) { in init_resolve_thread()
514 DEBUGASSERT(td->thread_hnd != curl_thread_t_null); in thread_wait_resolv()
553 if(td && td->thread_hnd != curl_thread_t_null in Curl_resolver_kill()

Completed in 9 milliseconds