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

Function sl_waitthread

source/src/tools.cpp:836–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836int sl_waitthread(void *ti)
837{
838 int res;
839 SDL_WaitThread(((sl_threadinfo *)ti)->handle, &res);
840 delete (sl_threadinfo *) ti;
841 return res;
842}
843
844static vector<sl_threadinfo *> oldthreads;
845static sl_semaphore sem_oldthreads(1, NULL);

Callers 2

authsetupFunction · 0.85
connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected