MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Lock

Method Lock

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:792–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790 {
791 public:
792 void Lock() { m_Mutex.lock(); }
793 void Unlock() { m_Mutex.unlock(); }
794
795 private:

Callers 1

MutexLockMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected