Searched refs:curl_thread_t_null (Results 1 – 3 of 3) sorted by relevance
82 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()
32 # define curl_thread_t_null (pthread_t *)0 macro41 # define curl_thread_t_null (HANDLE)0 macro
418 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