Searched refs:fileDownloadMutex (Results 1 – 1 of 1) sorted by relevance
47 pthread_mutex_t fileDownloadMutex = PTHREAD_MUTEX_INITIALIZER; variable482 pthread_mutex_lock(&fileDownloadMutex); in RunFileDownloadThread()484 pthread_mutex_unlock(&fileDownloadMutex); in RunFileDownloadThread()591 pthread_mutex_lock(&fileDownloadMutex); in HandleFileDownloadCancelRequest()593 pthread_mutex_unlock(&fileDownloadMutex); in HandleFileDownloadCancelRequest()