Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ getvalue
Method
getvalue
source/src/tools.cpp:752–755 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
750
}
751
752
int sl_semaphore::getvalue()
753
{
754
return SDL_SemValue((SDL_sem *) data);
755
}
756
757
void sl_semaphore::post()
758
{
Callers
7
sl_detachthread
Function · 0.80
mlog
Function · 0.80
xlog
Function · 0.80
poll_logbuffers
Function · 0.80
isbusy
Method · 0.80
poll_serverthreads
Function · 0.80
polldeferredprocessing
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected