MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / ~CoroLockGuard

Method ~CoroLockGuard

IntelPresentMon/CommonUtilities/pipe/CoroMutex.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 return *this;
53 }
54 CoroLockGuard::~CoroLockGuard()
55 {
56 if (pMtx_) {
57 pMtx_->Unlock();
58 }
59 }
60
61
62 as::awaitable<CoroLockGuard> CoroLock(CoroMutex& mtx)

Callers

nothing calls this directly

Calls 1

UnlockMethod · 0.80

Tested by

no test coverage detected