Home
last modified time | relevance | path

Searched defs:WaitOne (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Internal/
H A DSemaphore.Silverlight.cs72 public bool WaitOne() in WaitOne() method in System.Reactive.Threading.Semaphore
77 public bool WaitOne(int millisecondsTimeout) in WaitOne() method in System.Reactive.Threading.Semaphore
98 public bool WaitOne(TimeSpan timeout) in WaitOne() method in System.Reactive.Threading.Semaphore
H A DSemaphore.Xna.cs83 public bool WaitOne() in WaitOne() method in System.Reactive.Threading.Semaphore
88 public bool WaitOne(int millisecondsTimeout) in WaitOne() method in System.Reactive.Threading.Semaphore
125 public bool WaitOne(TimeSpan timeout) in WaitOne() method in System.Reactive.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/
H A DSemaphore.cs71 public bool WaitOne() in WaitOne() method in System.Threading.Semaphore
76 public bool WaitOne(int millisecondsTimeout) in WaitOne() method in System.Threading.Semaphore
97 public bool WaitOne(TimeSpan timeout) in WaitOne() method in System.Threading.Semaphore
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DWaitHandle.cs100 public virtual bool WaitOne(int millisecondsTimeout) in WaitOne() method in System.Threading.WaitHandle
134 … public virtual bool WaitOne(TimeSpan timeout) => WaitOneCore(ToTimeoutMilliseconds(timeout)); in WaitOne() method in System.Threading.WaitHandle
135 public virtual bool WaitOne() => WaitOneCore(Timeout.Infinite); in WaitOne() method in System.Threading.WaitHandle
137 …public virtual bool WaitOne(int millisecondsTimeout, bool exitContext) => WaitOne(millisecondsTime… in WaitOne() method in System.Threading.WaitHandle
138 public virtual bool WaitOne(TimeSpan timeout, bool exitContext) => WaitOne(timeout); in WaitOne() method in System.Threading.WaitHandle
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/
H A Dwaithandle.cs199 public virtual bool WaitOne (int millisecondsTimeout, bool exitContext) in WaitOne() method in System.Threading.WaitHandle
209 public virtual bool WaitOne (TimeSpan timeout, bool exitContext) in WaitOne() method in System.Threading.WaitHandle
219 public virtual bool WaitOne () in WaitOne() method in System.Threading.WaitHandle
225 public virtual bool WaitOne(int millisecondsTimeout) in WaitOne() method in System.Threading.WaitHandle
230 public virtual bool WaitOne(TimeSpan timeout) in WaitOne() method in System.Threading.WaitHandle
237 private bool WaitOne(long timeout, bool exitContext) in WaitOne() method in System.Threading.WaitHandle
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Unix/
H A DUnixSignal.cs173 public override bool WaitOne () in WaitOne() method in Mono.Unix.UnixSignal
178 public override bool WaitOne (TimeSpan timeout, bool exitContext) in WaitOne() method in Mono.Unix.UnixSignal
186 public override bool WaitOne (int millisecondsTimeout, bool exitContext) in WaitOne() method in Mono.Unix.UnixSignal
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/threading/
H A DSemaphore.cpp16 void Semaphore::WaitOne() in WaitOne() function in Semaphore
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Messaging/Mono.Messaging/
H A DMessageQueueBase.cs136 public override bool WaitOne () in WaitOne() method in Mono.Messaging.MessageQueueBase.ThreadWaitHandle
142 public override bool WaitOne (Int32 timeout, bool exitContext) in WaitOne() method in Mono.Messaging.MessageQueueBase.ThreadWaitHandle
148 public override bool WaitOne (TimeSpan timeout, bool exitContext) in WaitOne() method in Mono.Messaging.MessageQueueBase.ThreadWaitHandle
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DCompilationLock.cs99 internal /*public*/ void WaitOne() { in WaitOne() method in System.Web.Compilation.CompilationMutex
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel/
H A DClientRuntimeChannel.cs181 public override bool WaitOne () in WaitOne() method in System.ServiceModel.MonoInternal.ClientRuntimeChannel.DelegatingWaitHandle
188 public override bool WaitOne (int millisecondsTimeout) in WaitOne() method in System.ServiceModel.MonoInternal.ClientRuntimeChannel.DelegatingWaitHandle
202 public override bool WaitOne (int millisecondsTimeout, bool exitContext) in WaitOne() method in System.ServiceModel.MonoInternal.ClientRuntimeChannel.DelegatingWaitHandle
207 public override bool WaitOne (TimeSpan timeout, bool exitContext) in WaitOne() method in System.ServiceModel.MonoInternal.ClientRuntimeChannel.DelegatingWaitHandle
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Threading/
H A DWaitHandleTests.cs14 public static void WaitOne() in WaitOne() method in System.Threading.Tests.WaitHandleTests
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/
H A DTimeoutHelper.cs174 public static bool WaitOne(WaitHandle waitHandle, TimeSpan timeout) in WaitOne() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Threading/
H A DWaitHandleTest.cs264 public void WaitOne () in WaitOne() method in MonoTests.System.Threading.WaitHandleTest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowApplication.cs4833 bool WaitOne(AutoResetEvent waiter, TimeSpan timeout) in WaitOne() method in System.Activities.WorkflowApplication.PumpBasedSynchronizationContext
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Posix.cs807 public override bool WaitOne() { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
808 public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
809 public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Posix.cs808 public override bool WaitOne() { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
809 public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
810 public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Posix.cs807 public override bool WaitOne() { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
808 public override bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
809 public override bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; } in WaitOne() method in Mono.Unix.UnixSignal
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A Dmscorlib.cs20834 public virtual bool WaitOne() { throw null; } in WaitOne() method in System.Threading.WaitHandle
20835 public virtual bool WaitOne(int millisecondsTimeout) { throw null; } in WaitOne() method in System.Threading.WaitHandle
20836 public virtual bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; } in WaitOne() method in System.Threading.WaitHandle
20837 public virtual bool WaitOne(System.TimeSpan timeout) { throw null; } in WaitOne() method in System.Threading.WaitHandle
20838 public virtual bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; } in WaitOne() method in System.Threading.WaitHandle
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A Dmscorlib.cs22454 public virtual bool WaitOne() { throw null; } in WaitOne() method in System.Threading.WaitHandle
22455 public virtual bool WaitOne(int millisecondsTimeout) { throw null; } in WaitOne() method in System.Threading.WaitHandle
22456 public virtual bool WaitOne(int millisecondsTimeout, bool exitContext) { throw null; } in WaitOne() method in System.Threading.WaitHandle
22457 public virtual bool WaitOne(System.TimeSpan timeout) { throw null; } in WaitOne() method in System.Threading.WaitHandle
22458 public virtual bool WaitOne(System.TimeSpan timeout, bool exitContext) { throw null; } in WaitOne() method in System.Threading.WaitHandle