Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Lock
Method
Lock
cpp/src/arrow/util/mutex.cc:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
Mutex::Guard Mutex::Lock() {
55
DCHECK_NE(impl_, nullptr);
56
impl_->mutex_.lock();
57
return Guard{this};
58
}
59
60
Mutex::Mutex() : impl_(new Impl, [](Impl* impl) { delete impl; }) {}
61
Callers
15
test_cancel_do_get_threaded
Function · 0.45
metadata
Method · 0.45
EnsureCompleteMetadata
Method · 0.45
FilterRowGroups
Method · 0.45
TestRowGroups
Method · 0.45
ReadPhysicalSchema
Method · 0.45
ClearCachedMetadata
Method · 0.45
operator()
Method · 0.45
Consume
Method · 0.45
Insert
Method · 0.45
GetOrInsert
Method · 0.45
Erase
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_cancel_do_get_threaded
Function · 0.36
TestRowGroups
Method · 0.36