Searched refs:syncTasks (Results 1 – 2 of 2) sorted by relevance
774 syncTasks(); in initialize()779 syncTasks(); in setDownloadsPaused()784 syncTasks(); in setNotMetRequirements()811 syncTasks(); in setStopReason()839 syncTasks(); in setMaxParallelDownloads()862 syncTasks(); in addDownload()872 syncTasks(); in removeDownload()902 syncTasks(); in removeAllDownloads()924 private void syncTasks() { in syncTasks() method in DownloadManager.InternalHandler1062 syncTasks(); in onTaskStopped()[all …]
166 std::vector<SyncTask> syncTasks (m_threads.size()); in waitForComplete() local170 syncTasks[ndx] = SyncTask(&enterBarrier, &inBarrier, &leaveBarrier); in waitForComplete()171 submit(&syncTasks[ndx]); in waitForComplete()