Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreateFiles
Method · 0.80
CanEnqueue
Method · 0.80
EnqueueDeferredRpc
Method · 0.80
DequeueDeferredRpc
Method · 0.80
DequeuePendingDeferredRpc
Method · 0.80
CollectPendingDeferredRpcs
Method · 0.80
CreateCacheFile
Method · 0.80
DumpCacheFiles
Method · 0.80
LoadCacheFiles
Method · 0.80
DumpMetaCache
Method · 0.80
LoadMetaCache
Method · 0.80
WritePerfMapLocked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected