MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / addReference

Method addReference

CesiumUtility/src/Tracing.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void TrackSet::addReference(size_t trackIndex) noexcept {
190 std::scoped_lock lock(this->mutex);
191 ++this->tracks[trackIndex].referenceCount;
192}
193
194void TrackSet::releaseReference(size_t trackIndex) noexcept {
195 std::scoped_lock lock(this->mutex);

Callers 4

LambdaCaptureTrackMethod · 0.45
Tracing.cppFile · 0.45
TrackReferenceMethod · 0.45
toResultUnderLockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected