HomeSort by relevance Sort by last modified time
    Searched refs:Curl_mutex_destroy (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
curl_threads.h 34 # define Curl_mutex_destroy(m) pthread_mutex_destroy(m)
49 # define Curl_mutex_destroy(m) DeleteCriticalSection(m)
asyn-thread.c 191 Curl_mutex_destroy(tsd->mtx);

Completed in 51 milliseconds