Home
last modified time | relevance | path

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

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DThreadSafeMessageFilterTable.cs16 object syncRoot; field in System.ServiceModel.Dispatcher.ThreadSafeMessageFilterTable
49 lock (this.syncRoot) in Add()
72 lock (this.syncRoot) in Clear()
80 lock (this.syncRoot) in GetMatchingValue()
88 lock (this.syncRoot) in GetMatchingValue()
96 lock (this.syncRoot) in GetMatchingValues()
104 lock (this.syncRoot) in GetMatchingValues()
112 lock (this.syncRoot) in GetMatchingFilter()
120 lock (this.syncRoot) in GetMatchingFilter()
128 lock (this.syncRoot) in GetMatchingFilters()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DSynchronizedReadOnlyCollection.cs23 public SynchronizedReadOnlyCollection(object syncRoot) in SynchronizedReadOnlyCollection() argument
25 if (syncRoot == null) in SynchronizedReadOnlyCollection()
29 this.sync = syncRoot; in SynchronizedReadOnlyCollection()
32 public SynchronizedReadOnlyCollection(object syncRoot, IEnumerable<T> list) in SynchronizedReadOnlyCollection() argument
34 if (syncRoot == null) in SynchronizedReadOnlyCollection()
40 this.sync = syncRoot; in SynchronizedReadOnlyCollection()
43 public SynchronizedReadOnlyCollection(object syncRoot, params T[] list) in SynchronizedReadOnlyCollection() argument
45 if (syncRoot == null) in SynchronizedReadOnlyCollection()
54 this.sync = syncRoot; in SynchronizedReadOnlyCollection()
59 if (syncRoot == null) in SynchronizedReadOnlyCollection()
[all …]
H A DServiceChannelManager.cs417 object syncRoot; field in System.ServiceModel.ServiceChannelManager.ChannelCollection
429 lock (this.syncRoot)
438 if (syncRoot == null) in ChannelCollection()
442 this.syncRoot = syncRoot; in ChannelCollection()
447 lock (this.syncRoot) in Add()
458 lock (this.syncRoot) in Clear()
468 lock (this.syncRoot) in Contains()
480 lock (this.syncRoot) in CopyTo()
488 lock (this.syncRoot) in Remove()
505 lock (this.syncRoot) in System.Collections.IEnumerable.GetEnumerator()
[all …]
H A DSynchronizedCollection.cs23 public SynchronizedCollection(object syncRoot) in SynchronizedCollection() argument
25 if (syncRoot == null) in SynchronizedCollection()
29 this.sync = syncRoot; in SynchronizedCollection()
32 public SynchronizedCollection(object syncRoot, IEnumerable<T> list) in SynchronizedCollection() argument
34 if (syncRoot == null) in SynchronizedCollection()
40 this.sync = syncRoot; in SynchronizedCollection()
43 public SynchronizedCollection(object syncRoot, params T[] list) in SynchronizedCollection() argument
45 if (syncRoot == null) in SynchronizedCollection()
54 this.sync = syncRoot; in SynchronizedCollection()
H A DSynchronizedKeyedCollection.cs27 protected SynchronizedKeyedCollection(object syncRoot) in SynchronizedKeyedCollection() argument
28 : base(syncRoot) in SynchronizedKeyedCollection()
34 protected SynchronizedKeyedCollection(object syncRoot, IEqualityComparer<K> comparer) in SynchronizedKeyedCollection() argument
35 : base(syncRoot) in SynchronizedKeyedCollection()
44 …protected SynchronizedKeyedCollection(object syncRoot, IEqualityComparer<K> comparer, int dictiona… in SynchronizedKeyedCollection() argument
45 : base(syncRoot) in SynchronizedKeyedCollection()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.Collections.Generic/
H A DSynchronizedCollection.cs48 public SynchronizedCollection (object syncRoot) in SynchronizedCollection() argument
49 : this (syncRoot, null, false) in SynchronizedCollection()
53 public SynchronizedCollection (object syncRoot, in SynchronizedCollection() argument
55 : this (syncRoot, new List<T> (list), false) in SynchronizedCollection()
59 public SynchronizedCollection (object syncRoot, in SynchronizedCollection() argument
61 : this (syncRoot, new List<T> (list), false) in SynchronizedCollection()
65 public SynchronizedCollection (object syncRoot, in SynchronizedCollection() argument
68 if (syncRoot == null) in SynchronizedCollection()
69 syncRoot = new object (); in SynchronizedCollection()
70 root = syncRoot; in SynchronizedCollection()
H A DSynchronizedKeyedCollection.cs46 protected SynchronizedKeyedCollection (object syncRoot) in SynchronizedKeyedCollection() argument
47 : base (syncRoot) in SynchronizedKeyedCollection()
52 protected SynchronizedKeyedCollection (object syncRoot, in SynchronizedKeyedCollection() argument
54 : base (syncRoot) in SynchronizedKeyedCollection()
59 protected SynchronizedKeyedCollection (object syncRoot, in SynchronizedKeyedCollection() argument
61 : base (syncRoot) in SynchronizedKeyedCollection()
H A DSynchronizedReadOnlyCollection.cs46 public SynchronizedReadOnlyCollection (object syncRoot) in SynchronizedReadOnlyCollection() argument
47 : this (syncRoot, new List<T> ()) in SynchronizedReadOnlyCollection()
51 public SynchronizedReadOnlyCollection (object syncRoot, IEnumerable<T> list) in SynchronizedReadOnlyCollection() argument
53 if (syncRoot == null) in SynchronizedReadOnlyCollection()
59 this.sync_root = syncRoot; in SynchronizedReadOnlyCollection()
63 public SynchronizedReadOnlyCollection (object syncRoot, params T [] list) in SynchronizedReadOnlyCollection() argument
64 : this (syncRoot, (IEnumerable<T>) list) in SynchronizedReadOnlyCollection()
/dports/net-im/jicofo/jicofo-ec1b29e/src/test/java/org/jitsi/jicofo/
H A DOSGiHandler.java42 private final Object syncRoot = new Object(); field in OSGiHandler
92 synchronized (syncRoot) in init()
94 syncRoot.notifyAll(); in init()
103 synchronized (syncRoot) in init()
105 syncRoot.notifyAll(); in init()
123 synchronized (syncRoot) in init()
125 syncRoot.wait(5000); in init()
/dports/net-im/jicofo/jicofo-ec1b29e/src/main/java/org/jitsi/impl/protocol/xmpp/colibri/
H A DColibriConferenceImpl.java234 synchronized (syncRoot) in setConfig()
267 synchronized (syncRoot) in createColibriChannels()
395 synchronized (syncRoot) in maybeThrowOperationFailed()
521 synchronized (syncRoot) in hasJustAllocated()
575 synchronized (syncRoot) in expireChannels()
635 synchronized (syncRoot) in updateRtpDescription()
679 synchronized (syncRoot) in updateTransportInfo()
714 synchronized (syncRoot) in updateSourcesInfo()
771 synchronized (syncRoot) in updateBundleTransportInfo()
804 synchronized (syncRoot) in expireConference()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A DGetFile.cs117 private static readonly object syncRoot = new object(); field in GetFile.Program
232 lock (syncRoot) in DownloadProgressChanged()
271 lock (syncRoot) in DownloadFileCompleted()
281 lock (syncRoot) in DownloadFileCompleted()
294 lock (syncRoot) in DownloadFileCompleted()
433 lock (syncRoot) in Main()
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/
H A DConferenceSpeechActivity.java146 private final Object syncRoot = new Object(); field in ConferenceSpeechActivity
196 synchronized (syncRoot) in activeSpeakerChanged()
302 synchronized (syncRoot) in expire()
324 synchronized (syncRoot) in getDominantEndpoint()
342 synchronized (syncRoot) in getEndpoints()
352 synchronized (syncRoot) in getEndpointIds()
392 synchronized (syncRoot) in endpointsChanged()
/dports/databases/sqlite3/sqlite-src-3350500/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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/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()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Transactions/
H A DTransactionFormatter.cs15 static object syncRoot = new object(); field in System.ServiceModel.Transactions.TransactionFormatter
30 lock (syncRoot)
50 lock (syncRoot)
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/
H A DUsingTaskCollection.cs37 object syncRoot; field in Microsoft.Build.BuildEngine.UsingTaskCollection
43 this.syncRoot = new Object (); in UsingTaskCollection()
83 get { return syncRoot; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DMruSessionSecurityTokenCache.cs37 private object syncRoot = new object(); field in System.IdentityModel.Tokens.MruSessionSecurityTokenCache
129 lock (this.syncRoot) in Remove()
158 lock (this.syncRoot) in AddOrUpdate()
189 lock (this.syncRoot) in Get()
230 lock (this.syncRoot) in RemoveAll()
282 lock (this.syncRoot) in GetAll()
/dports/net-im/jicofo/jicofo-ec1b29e/src/main/java/org/jitsi/jicofo/auth/
H A DAbstractAuthAuthority.java84 protected final Object syncRoot = new Object(); field in AbstractAuthAuthority
180 synchronized (syncRoot) in createNewSession()
228 synchronized (syncRoot) in createNonExistingUUID()
326 synchronized (syncRoot) in destroySession()
355 synchronized (syncRoot) in onFocusDestroyed()
417 synchronized (syncRoot) in processAuthentication()
590 synchronized (syncRoot) in run()
/dports/devel/msbuild/msbuild-0.06/src/Build/Collections/
H A DCopyOnReadEnumerable.cs40 public CopyOnReadEnumerable(IEnumerable<T> backingEnumerable, object syncRoot) in CopyOnReadEnumerable() argument
43 ErrorUtilities.VerifyThrowArgumentNull(syncRoot, "syncRoot"); in CopyOnReadEnumerable()
46 _syncRoot = syncRoot; in CopyOnReadEnumerable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DTransactionProxy.cs82 object syncRoot; field in System.ServiceModel.ComIntegration.TransactionProxy
89 this.syncRoot = new object(); in TransactionProxy()
128 lock (this.syncRoot) in SetTransaction()
187 lock (this.syncRoot) in CreateVoter()
246 lock (this.syncRoot) in ClearTransaction()
265 lock (this.syncRoot) in EnsureTransaction()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DAsyncOperationContext.cs24 object syncRoot; field in System.ServiceModel.Discovery.AsyncOperationContext
39 this.syncRoot = new object(); in AsyncOperationContext()
98 return syncRoot;
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/util/
H A DExpireableImpl.java76 private final Object syncRoot = new Object(); field in ExpireableImpl
116 synchronized (syncRoot) in safeExpire()
166 synchronized (syncRoot) in safeExpire()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/Hosting/
H A DLocalTransaction.cs29 object syncRoot = new Object(); field in System.Workflow.Runtime.Hosting.LocalTransaction
91 lock (syncRoot) in SinglePhaseCommit()
133 lock (syncRoot) in Rollback()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Administration/
H A DManagementExtension.cs18 static object syncRoot = new object(); field in System.ServiceModel.Administration.ManagementExtension
43 lock (ManagementExtension.syncRoot) in GetServices()
106 lock (ManagementExtension.syncRoot) in EnsureManagementProvider()

1234