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;
129 return curl_thread_t_null;
150 *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 365 if(td->thread_hnd != curl_thread_t_null)
400 td->thread_hnd = curl_thread_t_null;
472 DEBUGASSERT(td->thread_hnd != curl_thread_t_null);
511 if(td && td->thread_hnd != curl_thread_t_null)

Completed in 52 milliseconds