MCPcopy 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
44void EndEvent(event_emul *event)
45{
46 SDL_DestroyCond(event->cond);
47 SDL_DestroyMutex(event->mutex);
48 free(event);
49}
50
51void SetEvent(event_emul *e)
52{

Callers 1

dthread_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected