Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetLock
Method
GetLock
be/src/runtime/io/disk-file.h:117–117 ·
view source on GitHub ↗
Return the lock of the memory block.
Source
from the content-addressed store, hash-verified
115
116
/// Return the lock of the memory block.
117
SpinLock* GetLock() { return &mem_block_lock_; }
118
119
/// Return the block id.
120
int block_id() { return block_id_; }
Callers
3
AsyncFetchReadBufferBlock
Method · 0.45
GetBufferBlockLock
Method · 0.45
ValidateMemBlockStatus
Method · 0.45
Calls
no outgoing calls
Tested by
1
ValidateMemBlockStatus
Method · 0.36