15 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mSharedMapLock;
16 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::thread::id, uint>> mSharedRecursionCounts;
22 virtual bool _threadHoldsSharedLock(::std::thread::id) ;
24 virtual bool _shouldLockForSharedAccess(::std::thread::id) ;
26 virtual bool _shouldUnLockForSharedAccess(::std::thread::id) ;