MCPcopy 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

GetBufferBlockLockMethod · 0.45

Calls

no outgoing calls

Tested by 1