Searched refs:curl_thread_create_thunk (Results 1 – 1 of 1) sorted by relevance
51 static void *curl_thread_create_thunk(void *arg) in curl_thread_create_thunk() function74 if(pthread_create(t, NULL, curl_thread_create_thunk, ac) != 0) in Curl_thread_create()
Completed in 6 milliseconds