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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_threads.c69 return curl_thread_t_null;
76 return curl_thread_t_null;
84 if(hnd != curl_thread_t_null)
92 *hnd = curl_thread_t_null;
108 return curl_thread_t_null;
124 *hnd = curl_thread_t_null;
H A Dcurl_threads.h30 # define curl_thread_t_null (pthread_t)0 macro
39 # define curl_thread_t_null (HANDLE)0 macro
H A Dasyn-thread.c335 if(td->thread_hnd != curl_thread_t_null)
368 td->thread_hnd = curl_thread_t_null;

Completed in 43 milliseconds