Home
last modified time | relevance | path

Searched refs:WaitCallback (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dthreadpool.cs25 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST1"); in Main()
26 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST2"); in Main()
27 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST3"); in Main()
28 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST4"); in Main()
29 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST5"); in Main()
30 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback)); in Main()
H A Dthreadpool1.cs30 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST1 " + i); in Main()
31 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST2 " + i); in Main()
32 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST3 " + i); in Main()
33 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST4 " + i); in Main()
34 ThreadPool.QueueUserWorkItem (new WaitCallback (test_callback), "TEST5 " + i); in Main()
H A Dthreadpool-exceptions3.cs8 WaitCallback wcb = new WaitCallback ((a) => { in Main()
H A Dthreadpool-exceptions6.cs8 WaitCallback wcb = new WaitCallback ((a) => { in Main()
H A Dthreadpool-exceptions4.cs11 WaitCallback wcb = new WaitCallback ((a) => { in Main()
H A Dthreadpool-exceptions2.cs12 WaitCallback wcb = new WaitCallback ((a) => { in Main()
H A Dthreadpool-exceptions5.cs11 WaitCallback wcb = new WaitCallback ((a) => { in Main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/src/System/Transactions/
H A DVolatileEnlistmentMultiplexing.cs76 private static WaitCallback s_prepareCallback;
77 …e static WaitCallback PrepareCallback => LazyInitializer.EnsureInitialized(ref s_prepareCallback, …
115 private static WaitCallback s_commitCallback;
116 …te static WaitCallback CommitCallback => LazyInitializer.EnsureInitialized(ref s_commitCallback, r…
154 private static WaitCallback s_rollbackCallback;
155 … static WaitCallback RollbackCallback => LazyInitializer.EnsureInitialized(ref s_rollbackCallback,…
193 private static WaitCallback s_inDoubtCallback;
194 …e static WaitCallback InDoubtCallback => LazyInitializer.EnsureInitialized(ref s_inDoubtCallback, …
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DTracingConnection.cs17 static WaitCallback callback;
59 static WaitCallback Callback
65 TracingConnection.callback = new WaitCallback(TracingConnection.WaitCallback);
113 …yte[] buffer, int offset, int size, bool immediate, TimeSpan timeout, WaitCallback callback, objec… in BeginWrite()
153 static void WaitCallback(object state) in WaitCallback() method in System.ServiceModel.Channels.TracingConnection
159 …lt BeginRead(int offset, int size, TimeSpan timeout, System.Threading.WaitCallback callback, objec… in BeginRead()
197 WaitCallback callback;
200 …internal TracingConnectionState(WaitCallback callback, ServiceModelActivity activity, object state) in TracingConnectionState()
H A DConnection.cs28 WaitCallback callback, object state); in BeginWrite()
34 …AsyncCompletionResult BeginRead(int offset, int size, TimeSpan timeout, WaitCallback callback, obj… in BeginRead()
131 WaitCallback callback, object state) in BeginWrite()
157 WaitCallback callback, object state) in BeginRead()
443 static WaitCallback onAsyncIOComplete;
452 protected WaitCallback GetWaitCompletion() in GetWaitCompletion()
456 onAsyncIOComplete = new WaitCallback(OnAsyncIOComplete); in GetWaitCompletion()
556 WaitCallback readCallback;
557 WaitCallback writeCallback;
685 WaitCallback callback, object state) in BeginWrite()
[all …]
H A DIMessageSource.cs17 AsyncReceiveResult BeginReceive(TimeSpan timeout, WaitCallback callback, object state); in BeginReceive()
21 … AsyncReceiveResult BeginWaitForMessage(TimeSpan timeout, WaitCallback callback, object state); in BeginWaitForMessage()
H A DSynchronizedMessageSource.cs201 static WaitCallback onReceiveComplete = new WaitCallback(OnReceiveComplete);
245 … static WaitCallback onWaitForMessageComplete = new WaitCallback(OnWaitForMessageComplete);
H A DFramingChannels.cs94 …protected override AsyncCompletionResult BeginCloseOutput(TimeSpan timeout, WaitCallback callback,… in BeginCloseOutput()
105 …egment<byte> messageData, bool allowOutputBatching, TimeSpan timeout, WaitCallback callback, objec… in StartWritingBufferedMessage()
111 …Result StartWritingStreamedMessage(Message message, TimeSpan timeout, WaitCallback callback, objec… in StartWritingStreamedMessage()
427 static WaitCallback onReadPreambleAck = new WaitCallback(OnReadPreambleAck);
428 … static WaitCallback onWritePreamble = Fx.ThunkCallback(new WaitCallback(OnWritePreamble));
429 static WaitCallback onWritePreambleEnd;
581 onWritePreambleEnd = Fx.ThunkCallback(new WaitCallback(OnWritePreambleEnd)); in HandleInitiatorClose()
1096 static WaitCallback onReadFaultData = new WaitCallback(OnReadFaultData);
1200 static WaitCallback onReadUpgradeResponse = new WaitCallback(OnReadUpgradeResponse);
1202 … static WaitCallback onWriteUpgradeBytes = Fx.ThunkCallback(new WaitCallback(OnWriteUpgradeBytes));
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.ThreadPool/ref/
H A DSystem.Threading.ThreadPool.cs24 public static bool QueueUserWorkItem(System.Threading.WaitCallback callBack) { throw null; } in QueueUserWorkItem()
25 …public static bool QueueUserWorkItem(System.Threading.WaitCallback callBack, object state) { throw… in QueueUserWorkItem()
26 …public static bool QueueUserWorkItem(System.Threading.WaitCallback callBack, object state, bool pr… in QueueUserWorkItem()
36 …public static bool UnsafeQueueUserWorkItem(System.Threading.WaitCallback callBack, object state) {… in UnsafeQueueUserWorkItem()
43 public delegate void WaitCallback(object state); in WaitCallback() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/Hosting/
H A DDefaultWorkflowSchedulerService.cs96 internal protected override void Schedule(WaitCallback callback, Guid workflowInstanceId) in Schedule()
109 …internal protected override void Schedule(WaitCallback callback, Guid workflowInstanceId, DateTime… in Schedule()
315 private WaitCallback callback;
318 public WorkItem(WaitCallback callback, object state) in WorkItem()
324 public WaitCallback Callback
352 WaitCallback callback;
357 …public CallbackInfo(WorkflowSchedulerService service, WaitCallback callback, object state, DateTim… in CallbackInfo()
380 public WaitCallback Callback
H A DWorkflowSchedulerService.cs9 internal protected abstract void Schedule(WaitCallback callback, Guid workflowInstanceId); in Schedule()
10 …internal protected abstract void Schedule(WaitCallback callback, Guid workflowInstanceId, DateTime… in Schedule()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Messaging/
H A DAsyncResult.cs65 WaitCallback orig_cb;
71 internal AsyncResult (WaitCallback cb, object state, bool capture_context) in AsyncResult()
93 WaitCallback wc = obj.orig_cb as WaitCallback; in WaitCallback_Context()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/src/Internal/
H A DThreading.cs38 internal delegate void WaitCallback(object state); in WaitCallback() method
44 internal static void QueueUserWorkItem(WaitCallback callback, object state) in QueueUserWorkItem()
48 var tuple = (Tuple<WaitCallback, object>)s; in QueueUserWorkItem()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Threading.Tasks.Dataflow/CoreFxSources/Internal/
H A DThreading.cs37 internal delegate void WaitCallback(object state); in WaitCallback() method
43 internal static void QueueUserWorkItem(WaitCallback callback, object state) in QueueUserWorkItem()
47 var tuple = (Tuple<WaitCallback, object>)s; in QueueUserWorkItem()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DThreadPool.cs676 public delegate void WaitCallback(Object state);
696 private WaitCallback callback;
736 WaitCallback cb = callback;
755 WaitCallback wc = obj.callback;
763 private WaitCallback callback;
786 internal QueueUserWorkItemCallbackDefaultContext(WaitCallback waitCallback, Object stateObj)
813 WaitCallback wc = obj.callback;
967 public static bool QueueUserWorkItem(WaitCallback callBack) =>
970 public static bool QueueUserWorkItem(WaitCallback callBack, object state) =>
973 public static bool QueueUserWorkItem(WaitCallback callBack, object state, bool preferLocal)
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DGrpcThreadPool.cs45 readonly WaitCallback runCompletionQueueEventCallbackSuccess;
46 readonly WaitCallback runCompletionQueueEventCallbackFailure;
71 …this.runCompletionQueueEventCallbackSuccess = new WaitCallback((callback) => RunCompletionQueueEve… in GrpcThreadPool()
72 …this.runCompletionQueueEventCallbackFailure = new WaitCallback((callback) => RunCompletionQueueEve… in GrpcThreadPool()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DGrpcThreadPool.cs45 readonly WaitCallback runCompletionQueueEventCallbackSuccess;
46 readonly WaitCallback runCompletionQueueEventCallbackFailure;
71 …this.runCompletionQueueEventCallbackSuccess = new WaitCallback((callback) => RunCompletionQueueEve… in GrpcThreadPool()
72 …this.runCompletionQueueEventCallbackFailure = new WaitCallback((callback) => RunCompletionQueueEve… in GrpcThreadPool()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DGrpcThreadPool.cs45 readonly WaitCallback runCompletionQueueEventCallbackSuccess;
46 readonly WaitCallback runCompletionQueueEventCallbackFailure;
71 …this.runCompletionQueueEventCallbackSuccess = new WaitCallback((callback) => RunCompletionQueueEve… in GrpcThreadPool()
72 …this.runCompletionQueueEventCallbackFailure = new WaitCallback((callback) => RunCompletionQueueEve… in GrpcThreadPool()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DGrpcThreadPool.cs45 readonly WaitCallback runCompletionQueueEventCallbackSuccess;
46 readonly WaitCallback runCompletionQueueEventCallbackFailure;
71 …this.runCompletionQueueEventCallbackSuccess = new WaitCallback((callback) => RunCompletionQueueEve… in GrpcThreadPool()
72 …this.runCompletionQueueEventCallbackFailure = new WaitCallback((callback) => RunCompletionQueueEve… in GrpcThreadPool()
/dports/multimedia/lms/lms-3.25.2/src/libs/utils/include/utils/
H A DIChildProcess.hpp51 using WaitCallback = std::function<void(void)>; typedef in IChildProcess
52 virtual void asyncWaitForData(WaitCallback cb) = 0;

12345678