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

Function sl_pollthread

source/src/tools.cpp:925–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923#endif
924
925bool sl_pollthread(void *ti)
926{
927 return ((sl_threadinfo*)ti)->done != 0;
928}
929
930// platform dependent stuff not covered by enet (use POSIX or, if possible, SDL)
931#ifdef AC_USE_SDL_THREADS

Callers 2

sl_detachthreadFunction · 0.85
connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected