Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ post
Method
post
source/src/tools.cpp:757–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
}
756
757
void sl_semaphore::post()
758
{
759
if(SDL_SemPost((SDL_sem *) data) != 0) (*errorcount)++;
760
}
761
#else
762
sl_semaphore::sl_semaphore(int init, int *ecnt)
763
{
Callers
15
sl_detachthread
Function · 0.80
mlog
Function · 0.80
tlog
Function · 0.80
xlog
Function · 0.80
poll_logbuffers
Function · 0.80
process
Method · 0.80
check
Method · 0.80
pushvitasforsaving
Function · 0.80
poll_serverthreads
Function · 0.80
writedemo
Function · 0.80
enddemorecord
Function · 0.80
polldeferredprocessing
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected