Home
last modified time | relevance | path

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

/third_party/curl/lib/
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()
148 *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.c571 if(td->thread_hnd != curl_thread_t_null) in destroy_async_data()
615 td->thread_hnd = curl_thread_t_null; in init_resolve_thread()
706 DEBUGASSERT(td->complete_ev || td->thread_hnd != curl_thread_t_null); in thread_wait_resolv()
708 DEBUGASSERT(td->thread_hnd != curl_thread_t_null); in thread_wait_resolv()
757 if(td && td->thread_hnd != curl_thread_t_null in Curl_resolver_kill()

Completed in 2 milliseconds