Home
last modified time | relevance | path

Searched refs:TryOpenExisting (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Threading/
H A DMutex.cs140 public static bool TryOpenExisting (string name, out Mutex result) in TryOpenExisting() method in System.Threading.Mutex
142 return TryOpenExisting (name, MutexRights.Synchronize | MutexRights.Modify, out result); in TryOpenExisting()
145 public static bool TryOpenExisting (string name, MutexRights rights, out Mutex result) in TryOpenExisting() method in System.Threading.Mutex
190 public static bool TryOpenExisting (string name, out Mutex result) in TryOpenExisting() method in System.Threading.Mutex
195 public static bool TryOpenExisting (string name, MutexRights rights, out Mutex result) in TryOpenExisting() method in System.Threading.Mutex
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/tests/
H A DEventWaitHandleTests.cs110 Assert.False(EventWaitHandle.TryOpenExisting(name, out resultHandle)); in OpenExisting_Windows()
128 Assert.True(EventWaitHandle.TryOpenExisting(name, out resultHandle)); in OpenExisting_Windows()
140 …Assert.Throws<PlatformNotSupportedException>(() => EventWaitHandle.TryOpenExisting("anything", out… in OpenExisting_NotSupported_Unix()
159 Assert.False(EventWaitHandle.TryOpenExisting(name, out ignored)); in OpenExisting_UnavailableName_Windows()
171 Assert.False(EventWaitHandle.TryOpenExisting(name, out ignored)); in OpenExisting_NameUsedByOtherSynchronizationPrimitive_Windows()
H A DMutexTests.cs107 Assert.False(Mutex.TryOpenExisting(name, out resultHandle)); in OpenExisting()
122 Assert.True(Mutex.TryOpenExisting(name, out resultHandle)); in OpenExisting()
142 Assert.False(Mutex.TryOpenExisting(name, out ignored)); in OpenExisting_UnavailableName()
154 Assert.False(Mutex.TryOpenExisting(name, out ignored)); in OpenExisting_NameUsedByOtherSynchronizationPrimitive_Windows()
H A DSemaphoreTests.cs208 …Assert.Throws<PlatformNotSupportedException>(() => Semaphore.TryOpenExisting("anything", out semap… in OpenExisting_NotSupported_Unix()
227 Assert.False(Semaphore.TryOpenExisting(name, out ignored)); in OpenExisting_UnavailableName_Windows()
239 Assert.False(Semaphore.TryOpenExisting(name, out ignored)); in OpenExisting_NameUsedByOtherSynchronizationPrimitive_Windows()
266 Assert.True(Semaphore.TryOpenExisting(name, out s3)); in OpenExisting_SameAsOriginal_Windows()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DMutex.cs79 public static bool TryOpenExisting(string name, out Mutex result) => in TryOpenExisting() method in System.Threading.Mutex
H A DEventWaitHandle.cs78 public static bool TryOpenExisting(string name, out EventWaitHandle result) in TryOpenExisting() method in System.Threading.EventWaitHandle
H A DSemaphore.cs79 public static bool TryOpenExisting(string name, out Semaphore result) => in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/
H A Deventwaithandle.cs224 public static bool TryOpenExisting(string name, out EventWaitHandle result) in TryOpenExisting() method in System.Threading.EventWaitHandle
236 …public static bool TryOpenExisting(string name, EventWaitHandleRights rights, out EventWaitHandle … in TryOpenExisting() method in System.Threading.EventWaitHandle
H A Dmutex.cs332 public static bool TryOpenExisting(string name, out Mutex result) in TryOpenExisting() method in System.Threading.Mutex
344 public static bool TryOpenExisting(string name, MutexRights rights, out Mutex result) in TryOpenExisting() method in System.Threading.Mutex
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/threading/
H A Dsemaphore.cs234 public static bool TryOpenExisting(string name, out Semaphore result) in TryOpenExisting() method in System.Threading.Semaphore
247 … public static bool TryOpenExisting(string name, SemaphoreRights rights, out Semaphore result) in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/ref/
H A DSystem.Threading.cs117 …public static bool TryOpenExisting(string name, out System.Threading.EventWaitHandle result) { thr… in TryOpenExisting() method in System.Threading.EventWaitHandle
253 … public static bool TryOpenExisting(string name, out System.Threading.Mutex result) { throw null; } in TryOpenExisting() method in System.Threading.Mutex
312 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { throw nul… in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs10035 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
10037 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs10207 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
10209 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs10036 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
10038 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs10206 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
10208 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A Dmscorlib.cs20316 …public static bool TryOpenExisting(string name, System.Security.AccessControl.EventWaitHandleRight… in TryOpenExisting() method in System.Threading.EventWaitHandle
20317 …public static bool TryOpenExisting(string name, out System.Threading.EventWaitHandle result) { res… in TryOpenExisting() method in System.Threading.EventWaitHandle
20450 …public static bool TryOpenExisting(string name, System.Security.AccessControl.MutexRights rights, … in TryOpenExisting() method in System.Threading.Mutex
20451 …public static bool TryOpenExisting(string name, out System.Threading.Mutex result) { result = defa… in TryOpenExisting() method in System.Threading.Mutex
H A DSystem.cs12343 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
12345 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs12847 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
12849 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
H A Dmscorlib.cs21815 …public static bool TryOpenExisting(string name, System.Security.AccessControl.EventWaitHandleRight… in TryOpenExisting() method in System.Threading.EventWaitHandle
21816 …public static bool TryOpenExisting(string name, out System.Threading.EventWaitHandle result) { res… in TryOpenExisting() method in System.Threading.EventWaitHandle
21996 …public static bool TryOpenExisting(string name, System.Security.AccessControl.MutexRights rights, … in TryOpenExisting() method in System.Threading.Mutex
21997 …public static bool TryOpenExisting(string name, out System.Threading.Mutex result) { result = defa… in TryOpenExisting() method in System.Threading.Mutex
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs13410 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
13412 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs13461 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
13463 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs13445 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
13447 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs13410 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
13412 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs13410 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
13412 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs13431 …public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights righ… in TryOpenExisting() method in System.Threading.Semaphore
13433 …public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = … in TryOpenExisting() method in System.Threading.Semaphore

12