MCPcopy Create free account
hub / github.com/ValveSoftware/vogl / GetLevel

Function GetLevel

src/extlib/loki/src/LevelMutex.cpp:114–118  ·  view source on GitHub ↗

Gets the level number associated with the first mutex found in a container. Usually takes O(1) operations, but take up to O(m) where m is the size of the container. @return Level number of first mutex in container, or UnlockedLevel if no mutexes were found in the container. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

PreLockCheckMethod · 0.85
LockMethod · 0.85
TryLockMethod · 0.85
UnlockMethod · 0.85
MultiMutexLockerMethod · 0.85
TryLockMethod · 0.85
LockMethod · 0.85
UnlockMethod · 0.85
DoErrorCheckMethod · 0.85

Calls 2

GetFirstMutexFunction · 0.85
GetLevelMethod · 0.45

Tested by

no test coverage detected