MCPcopy Create free account
hub / github.com/clementgallet/libTAS / lockSocket

Function lockSocket

src/shared/sockethelpers.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void lockSocket(void)
172{
173 mutex.lock();
174}
175
176void unlockSocket(void)
177{

Callers 5

incrementMethod · 0.85
frameBoundaryFunction · 0.85
sendAlertMsgFunction · 0.85
SDL_CreateWindowFunction · 0.85
sendIdMethod · 0.85

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected