MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Scope

Method Scope

layers/state_tracker/semaphore_state.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101enum vvl::Semaphore::Scope vvl::Semaphore::Scope() const {
102 auto guard = ReadLock();
103 return scope_;
104}
105
106void vvl::Semaphore::EnqueueSignal(const SubmissionReference& signal_submit, uint64_t& payload) {
107 auto guard = WriteLock();

Calls 1

ReadLockClass · 0.85

Tested by

no test coverage detected