HomeSort by relevance Sort by last modified time
    Searched refs:curl_thread_t_null (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
curl_threads.c 80 return curl_thread_t_null;
85 if(hnd != curl_thread_t_null) {
96 *hnd = curl_thread_t_null;
120 return curl_thread_t_null;
141 *hnd = curl_thread_t_null;
curl_threads.h 30 # define curl_thread_t_null (pthread_t *)0 macro
39 # define curl_thread_t_null (HANDLE)0 macro
asyn-thread.c 362 if(td->thread_hnd != curl_thread_t_null)
397 td->thread_hnd = curl_thread_t_null;

Completed in 174 milliseconds