OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curl_thread_create
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
curl_threads.c
60
curl_thread_t
Curl_thread_create
(unsigned int (*func) (void*), void *arg)
101
curl_thread_t
Curl_thread_create
(unsigned int (CURL_STDCALL *func) (void*),
curl_threads.h
53
curl_thread_t
Curl_thread_create
(unsigned int (CURL_STDCALL *func) (void*),
asyn-thread.c
402
td->thread_hnd =
Curl_thread_create
(getaddrinfo_thread, &td->tsd);
404
td->thread_hnd =
Curl_thread_create
(gethostbyname_thread, &td->tsd);
Completed in 302 milliseconds