Searched defs:curl_thread_t (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dcurl_threads.h29 # define curl_thread_t pthread_t * macro
38 # define curl_thread_t HANDLE macro
53 curl_thread_t Curl_thread_create(unsigned int (CURL_STDCALL *func) (void*),
56 void Curl_thread_destroy(curl_thread_t hnd);
58 int Curl_thread_join(curl_thread_t *hnd);

Completed in 125 milliseconds