MCPcopy Create free account
hub / github.com/apache/impala / DCheckLocked

Method DCheckLocked

be/src/util/spinlock.h:49–49  ·  view source on GitHub ↗

Verify that the lock is held.

Source from the content-addressed store, hash-verified

47
48 /// Verify that the lock is held.
49 void DCheckLocked() const { DCHECK(l_.IsHeld()); }
50
51 private:
52 /// The underlying SpinLock from gutil.

Callers 15

CreateFilesMethod · 0.80
CanEnqueueMethod · 0.80
EnqueueDeferredRpcMethod · 0.80
DequeueDeferredRpcMethod · 0.80
CreateCacheFileMethod · 0.80
DumpCacheFilesMethod · 0.80
LoadCacheFilesMethod · 0.80
DumpMetaCacheMethod · 0.80
LoadMetaCacheMethod · 0.80
WritePerfMapLockedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected