MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / socketUpUseCount

Function socketUpUseCount

modules/network/socket/lwip/modSocket.c:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164#endif
165
166static void socketUpUseCount(xsMachine *the, xsSocket xss)
167{
168 modCriticalSectionBegin();
169 xss->useCount += 1;
170 modCriticalSectionEnd();
171}
172
173static int socketDownUseCount(xsMachine *the, xsSocket xss)
174{

Callers 3

modSocket.cFile · 0.70
xs_listenerFunction · 0.70
socketSetPendingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected