MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / destroyMutex

Function destroyMutex

extlibs/soloud/src/core/soloud_thread.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void destroyMutex(void *aHandle)
53 {
54 CRITICAL_SECTION *cs = (CRITICAL_SECTION*)aHandle;
55 DeleteCriticalSection(cs);
56 delete cs;
57 }
58
59 void lockMutex(void *aHandle)
60 {

Callers 2

deinitMethod · 0.85
~PoolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected