MCPcopy Create free account
hub / github.com/SoarGroup/Soar / IsErrorWouldBlock

Function IsErrorWouldBlock

Core/ConnectionSML/src/sock_Socket.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174/////////////////////////////////////////////////////////////////////
175#ifdef NON_BLOCKING
176static bool IsErrorWouldBlock()
177{
178 int error = ERROR_NUMBER ;
179
180 return (error == NET_EWOULDBLOCK) ;
181}
182#endif
183
184/////////////////////////////////////////////////////////////////////

Callers 2

SendBufferMethod · 0.70
ReceiveBufferMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected