MCPcopy 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
757void sl_semaphore::post()
758{
759 if(SDL_SemPost((SDL_sem *) data) != 0) (*errorcount)++;
760}
761#else
762sl_semaphore::sl_semaphore(int init, int *ecnt)
763{

Callers 15

sl_detachthreadFunction · 0.80
mlogFunction · 0.80
tlogFunction · 0.80
xlogFunction · 0.80
poll_logbuffersFunction · 0.80
processMethod · 0.80
checkMethod · 0.80
pushvitasforsavingFunction · 0.80
poll_serverthreadsFunction · 0.80
writedemoFunction · 0.80
enddemorecordFunction · 0.80
polldeferredprocessingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected