Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ LockShared
Method
LockShared
cpp/src/arrow/filesystem/s3fs.cc:881–881 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
879
}
880
881
auto LockShared() { return std::shared_lock(mutex_); }
882
883
protected:
884
friend class S3ClientHolder;
Callers
1
Lock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected