MCPcopy Create free account
hub / github.com/defold/defold / GetMutex

Function GetMutex

engine/resource/src/resource_mounts.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125dmMutex::HMutex GetMutex(HContext ctx)
126{
127 return ctx->m_Mutex;
128}
129
130dmResource::Result AddMount(HContext ctx, dmhash_t name_hash, dmResourceProvider::HArchive archive, int priority)
131{

Callers 2

RemoveMountSyncFunction · 0.85
Resource_GetMountsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected