Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_threads.c80 return curl_thread_t_null; in Curl_thread_create()
85 if(hnd != curl_thread_t_null) { in Curl_thread_destroy()
96 *hnd = curl_thread_t_null; in Curl_thread_join()
129 return curl_thread_t_null; in Curl_thread_create()
150 *hnd = curl_thread_t_null; in Curl_thread_join()
Dcurl_threads.h30 # define curl_thread_t_null (pthread_t *)0 macro
39 # define curl_thread_t_null (HANDLE)0 macro
Dasyn-thread.c405 if(td->thread_hnd != curl_thread_t_null) in destroy_async_data()
449 td->thread_hnd = curl_thread_t_null; in init_resolve_thread()
521 DEBUGASSERT(td->thread_hnd != curl_thread_t_null); in thread_wait_resolv()
560 if(td && td->thread_hnd != curl_thread_t_null) in Curl_resolver_kill()