6 references to ProcessSyncEventOrGetAsyncEvent
System.Net.Sockets (6)
System\Net\Sockets\SocketAsyncContext.Unix.cs (6)
2205
_receiveQueue.
ProcessSyncEventOrGetAsyncEvent
(this, skipAsyncEvents: true) == null)
2212
_sendQueue.
ProcessSyncEventOrGetAsyncEvent
(this, skipAsyncEvents: true) == null)
2233
AsyncOperation? receiveOperation = _receiveQueue.
ProcessSyncEventOrGetAsyncEvent
(this);
2239
AsyncOperation? sendOperation = _sendQueue.
ProcessSyncEventOrGetAsyncEvent
(this);
2250
(events & Interop.Sys.SocketEvents.Read) != 0 ? _receiveQueue.
ProcessSyncEventOrGetAsyncEvent
(this) : null;
2252
(events & Interop.Sys.SocketEvents.Write) != 0 ? _sendQueue.
ProcessSyncEventOrGetAsyncEvent
(this) : null;