Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ wait
Method
wait
source/src/tools.cpp:737–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
735
}
736
737
void sl_semaphore::wait()
738
{
739
if(SDL_SemWait((SDL_sem *) data) != 0) (*errorcount)++;
740
}
741
742
int sl_semaphore::trywait()
743
{
Callers
15
sl_detachthread
Function · 0.80
logworkerthread
Function · 0.80
tlog
Function · 0.80
xlog
Function · 0.80
updateservermap
Function · 0.80
readmapsthread
Function · 0.80
readserverconfigsthread
Function · 0.80
check
Method · 0.80
deferredprocessingthread
Function · 0.80
process
Function · 0.80
addsleep
Function · 0.80
resetsleep
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected