Home
last modified time | relevance | path

Searched refs:Synchronized (Results 151 – 175 of 2758) sorted by relevance

12345678910>>...111

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dsoap.cs43 private static Hashtable _interopXmlElementToType = Hashtable.Synchronized(new Hashtable());
44 private static Hashtable _interopTypeToXmlElement = Hashtable.Synchronized(new Hashtable());
46 private static Hashtable _interopXmlTypeToType = Hashtable.Synchronized(new Hashtable());
47 private static Hashtable _interopTypeToXmlType = Hashtable.Synchronized(new Hashtable());
49 private static Hashtable _xmlToFieldTypeMap = Hashtable.Synchronized(new Hashtable());
51 private static Hashtable _methodBaseToSoapAction = Hashtable.Synchronized(new Hashtable());
52 private static Hashtable _soapActionToMethodBase = Hashtable.Synchronized(new Hashtable());
411 mbTable = ArrayList.Synchronized(new ArrayList()); in RegisterSoapActionForMethodBase()
/dports/net/wangle/wangle-2021.12.27.00/wangle/ssl/
H A DTLSCredProcessor.h98 folly::Synchronized<std::vector<
101 folly::Synchronized<std::vector<std::shared_ptr<std::function<void()>>>>
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/tests/
H A DQueueTests.cs855 var queueSon = Queue.Synchronized(queueMother); in SyncRoot()
856 _queueGrandDaughter = Queue.Synchronized(queueSon); in SyncRoot()
857 _queueDaughter = Queue.Synchronized(queueMother); in SyncRoot()
905 public static void Synchronized() in Synchronized() method in System.Collections.Tests.Queue_SynchronizedTests
908 Queue syncQueue = Queue.Synchronized(queue); in Synchronized()
922 _queue = Queue.Synchronized(new Queue()); in SynchronizedEnqueue()
927 _queue = Queue.Synchronized(queue); in SynchronizedEnqueue()
931 _queue = Queue.Synchronized(new Queue()); in SynchronizedEnqueue()
936 _queue = Queue.Synchronized(queue); in SynchronizedEnqueue()
958 …AssertExtensions.Throws<ArgumentNullException>("queue", () => Queue.Synchronized(null)); // Queue … in Synchronized_NullQueue_ThrowsArgumentNullException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Text.RegularExpressions/
H A DMatchTest.cs43 Match.Synchronized (null); in Synchronized_Inner_Null()
58 Match sm = Match.Synchronized (em); in Synchronized_Empty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/policy/
H A Dcodegroup.cs51 m_children = ArrayList.Synchronized( new ArrayList() ); in CodeGroup()
68 m_children = ArrayList.Synchronized( new ArrayList() ); in CodeGroup()
154 ArrayList children = ArrayList.Synchronized( new ArrayList( value.Count ) );
469 ArrayList childrenList = ArrayList.Synchronized( new ArrayList() ); in ParseChildren()
484 ArrayList unparsedChildren = ArrayList.Synchronized( new ArrayList() ); in ParseChildren()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/src/thrift/concurrency/
H A DPosixThreadFactory.cpp99 Synchronized sync(monitor_); in getState()
105 Synchronized sync(monitor_); in setState()
163 Synchronized sync(monitor_); in start()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/
H A DPosixThreadFactory.cpp99 Synchronized sync(monitor_); in getState()
105 Synchronized sync(monitor_); in setState()
163 Synchronized sync(monitor_); in start()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/
H A DAssemblyCache.cs28 private static readonly Hashtable _assemblyCache = Hashtable.Synchronized(new Hashtable());
31 internal static readonly Hashtable _versionCache = Hashtable.Synchronized(new Hashtable());
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/tests/ArrayList/
H A DArrayList.IList.Tests.cs20 …protected override IList NonGenericIListFactory(int count) => ArrayList.Synchronized(Helpers.Creat… in NonGenericIListFactory()
28 …protected override IList NonGenericIListFactory(int count) => ArrayList.Synchronized((IList)Helper… in NonGenericIListFactory()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fuse/
H A Dremote-cache.c1688 bool * Synchronized in _RCacheEntryGetAndCheckFile() argument
1705 if ( Synchronized != NULL ) { in _RCacheEntryGetAndCheckFile()
1706 * Synchronized = true; in _RCacheEntryGetAndCheckFile()
1721 if ( Synchronized == NULL ) { in _RCacheEntryGetAndCheckFile()
1750 * Synchronized = true; in _RCacheEntryGetAndCheckFile()
1846 * Synchronized = ! self -> is_local; in _RCacheEntryGetAndCheckFile()
1865 bool Synchronized; in _RCacheEntryDoRead() local
1869 Synchronized = true; in _RCacheEntryDoRead()
1902 & Synchronized in _RCacheEntryDoRead()
1905 if ( ! Synchronized ) { in _RCacheEntryDoRead()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/observer/
H A DWithJitter-inl.h53 state_(std::make_shared<Synchronized<State, std::mutex>>( in withJitter()
101 std::shared_ptr<Synchronized<State, std::mutex>> state_; in withJitter()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/cpp/src/
H A DStressTest.cpp131 Synchronized s(_monitor); in run()
172 Synchronized s(_monitor); in run()
245 apache::thrift::concurrency::Synchronized s(m_); in preServe()
250 apache::thrift::concurrency::Synchronized s(m_); in waitForService()
539 Synchronized s(monitor); in main()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DSingleton.h560 Synchronized<SingletonMap, SharedMutexSuppressTSAN> singletons_;
561 Synchronized<
565 Synchronized<std::vector<detail::TypeDescriptor>, SharedMutexSuppressTSAN>
572 Synchronized<detail::SingletonVaultState, SharedMutexReadPriority> state_;
578 Synchronized<std::vector<std::string>> shutdownLog_;
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/cpp/src/
H A DStressTest.cpp131 Synchronized s(_monitor); in run()
172 Synchronized s(_monitor); in run()
245 apache::thrift::concurrency::Synchronized s(m_); in preServe()
250 apache::thrift::concurrency::Synchronized s(m_); in waitForService()
539 Synchronized s(monitor); in main()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/devel/thrift/thrift-0.14.0/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/test/
H A DTServerIntegrationTest.cpp42 using apache::thrift::concurrency::Synchronized;
79 Synchronized sync(*this); in preServe()
85 Synchronized sync(*this); in createContext()
183 Synchronized sync(*(pEventHandler.get())); in startServer()
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcConnection/
H A DIrcConnection.cs66 private Hashtable _SendBuffer = Hashtable.Synchronized(new Hashtable());
522 _SendBuffer[Priority.High] = Queue.Synchronized(new Queue()); in IrcConnection()
523 _SendBuffer[Priority.AboveMedium] = Queue.Synchronized(new Queue()); in IrcConnection()
524 _SendBuffer[Priority.Medium] = Queue.Synchronized(new Queue()); in IrcConnection()
525 _SendBuffer[Priority.BelowMedium] = Queue.Synchronized(new Queue()); in IrcConnection()
526 _SendBuffer[Priority.Low] = Queue.Synchronized(new Queue()); in IrcConnection()
1071 private Queue _Queue = Queue.Synchronized(new Queue());
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcConnection/
H A DIrcConnection.cs66 private Hashtable _SendBuffer = Hashtable.Synchronized(new Hashtable());
522 _SendBuffer[Priority.High] = Queue.Synchronized(new Queue()); in IrcConnection()
523 _SendBuffer[Priority.AboveMedium] = Queue.Synchronized(new Queue()); in IrcConnection()
524 _SendBuffer[Priority.Medium] = Queue.Synchronized(new Queue()); in IrcConnection()
525 _SendBuffer[Priority.BelowMedium] = Queue.Synchronized(new Queue()); in IrcConnection()
526 _SendBuffer[Priority.Low] = Queue.Synchronized(new Queue()); in IrcConnection()
1071 private Queue _Queue = Queue.Synchronized(new Queue());

12345678910>>...111