MCPcopy Create free account
hub / github.com/anjo76/angelscript / Unlock

Method Unlock

sdk/angelscript/source/as_scriptobject.cpp:1170–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170void asCLockableSharedBool::Unlock() const
1171{
1172 LEAVECRITICALSECTION(lock);
1173}
1174
1175// Interface
1176// Auxiliary function to allow applications to create shared

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected