13 using CountType = 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> mWriteCount;
23 ::ll::TypedStorage<8, 8, uint64> mReadCount;
24 ::ll::TypedStorage<8, 72, ::std::condition_variable> mPriorityWriteQueue;
25 ::ll::TypedStorage<8, 72, ::std::condition_variable> mWriteQueue;
26 ::ll::TypedStorage<8, 72, ::std::condition_variable> mReadQueue;