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

Function asReleaseSharedLock

sdk/angelscript/source/as_thread.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100AS_API void asReleaseSharedLock()
101{
102 if( threadManager )
103 {
104 RELEASESHARED(threadManager->appRWLock);
105 }
106}
107
108}
109

Callers 1

GetUserDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected