Home
last modified time | relevance | path

Searched refs:syncRoot (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A DGetFile.cs117 private static readonly object syncRoot = new object(); field in GetFile.Program
233 lock (syncRoot) in DownloadProgressChanged()
272 lock (syncRoot) in DownloadFileCompleted()
282 lock (syncRoot) in DownloadFileCompleted()
295 lock (syncRoot) in DownloadFileCompleted()
454 lock (syncRoot) in Main()