Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
747
int sl_semaphore::timedwait(int howlongmillis)
748
{
749
return SDL_SemWaitTimeout((SDL_sem *) data, howlongmillis);
750
}
751
752
int sl_semaphore::getvalue()
753
{
Callers
3
demoworkerthread
Function · 0.80
getpckserver
Function · 0.80
downloadpackages
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected