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

Method timedwait

source/src/tools.cpp:747–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747int sl_semaphore::timedwait(int howlongmillis)
748{
749 return SDL_SemWaitTimeout((SDL_sem *) data, howlongmillis);
750}
751
752int sl_semaphore::getvalue()
753{

Callers 3

demoworkerthreadFunction · 0.80
getpckserverFunction · 0.80
downloadpackagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected