6 references to ProcessSyncEventOrGetAsyncEvent
System.Net.Sockets (6)
System\Net\Sockets\SocketAsyncContext.Unix.cs (6)
2210
_receiveQueue.
ProcessSyncEventOrGetAsyncEvent
(this, skipAsyncEvents: true) == null)
2217
_sendQueue.
ProcessSyncEventOrGetAsyncEvent
(this, skipAsyncEvents: true) == null)
2238
AsyncOperation? receiveOperation = _receiveQueue.
ProcessSyncEventOrGetAsyncEvent
(this);
2244
AsyncOperation? sendOperation = _sendQueue.
ProcessSyncEventOrGetAsyncEvent
(this);
2255
(events & Interop.Sys.SocketEvents.Read) != 0 ? _receiveQueue.
ProcessSyncEventOrGetAsyncEvent
(this) : null;
2257
(events & Interop.Sys.SocketEvents.Write) != 0 ? _sendQueue.
ProcessSyncEventOrGetAsyncEvent
(this) : null;