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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_threads.c82 return curl_thread_t_null;
87 if(hnd != curl_thread_t_null) {
98 *hnd = curl_thread_t_null;
114 return curl_thread_t_null;
130 *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.c325 if(td->thread_hnd != curl_thread_t_null)
357 td->thread_hnd = curl_thread_t_null;

Completed in 102 milliseconds