13 using ReaderCountType = uint64;
18 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mLock;
19 ::ll::TypedStorage<1, 1, ::std::hash<::std::thread::id>> mThreadHasher;
20 ::ll::TypedStorage<8, 8, uint64 const> mNoThreadId;
21 ::ll::TypedStorage<8, 8, uint64> mOwnerThread;
22 ::ll::TypedStorage<8, 8, uint64> mReadCount;
23 ::ll::TypedStorage<8, 72, ::std::condition_variable> mWriteQueue;
24 ::ll::TypedStorage<8, 72, ::std::condition_variable> mReadQueue;