Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ EndEvent
Function
EndEvent
SourceX/thread.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void EndEvent(event_emul *event)
45
{
46
SDL_DestroyCond(event->cond);
47
SDL_DestroyMutex(event->mutex);
48
free(event);
49
}
50
51
void SetEvent(event_emul *e)
52
{
Callers
1
dthread_cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected