Home
last modified time | relevance | path

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

/curl/lib/
H A Dasyn-thread.c562 if(td->thread_hnd != curl_thread_t_null) { in destroy_async_data()
564 td->thread_hnd = curl_thread_t_null; in destroy_async_data()
576 if(td->thread_hnd != curl_thread_t_null) in destroy_async_data()
620 td->thread_hnd = curl_thread_t_null; in init_resolve_thread()
680 if(td->thread_hnd == curl_thread_t_null) { in init_resolve_thread()
711 DEBUGASSERT(td->complete_ev || td->thread_hnd != curl_thread_t_null); in thread_wait_resolv()
713 DEBUGASSERT(td->thread_hnd != curl_thread_t_null); in thread_wait_resolv()
770 if(td && td->thread_hnd != curl_thread_t_null in Curl_resolver_kill()
H A Dcurl_threads.c80 return curl_thread_t_null; in Curl_thread_create()
85 if(hnd != curl_thread_t_null) { in Curl_thread_destroy()
96 *hnd = curl_thread_t_null; in Curl_thread_join()
127 return curl_thread_t_null; in Curl_thread_create()
134 if(hnd != curl_thread_t_null) in Curl_thread_destroy()
149 *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

Completed in 23 milliseconds