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