MCPcopy Create free account
hub / github.com/assaultcube/AC / loopi

Function loopi

source/src/serverbrowser.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 SDL_LockMutex(resolvermutex);
72 loopi(RESOLVERTHREADS)
73 {
74 resolverthread &rt = resolverthreads.add();
75 rt.query = NULL;
76 rt.starttime = 0;
77 rt.thread = SDL_CreateThread(resolverloop, "ResolverThread", &rt);
78 }
79 SDL_UnlockMutex(resolvermutex);
80}
81

Callers 5

pingserversFunction · 0.70
checkpingsFunction · 0.70
addfavcategoryFunction · 0.70
refreshserversFunction · 0.70
serverskeyFunction · 0.70

Calls 3

getaliasFunction · 0.85
favcatargnameFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected