22 ::ll::TypedStorage<8, 8, ::Bedrock::Threading::AssignedThread*> mParent;
23 ::ll::TypedStorage<4, 4, ::Bedrock::Threading::AssignedThreadDefaultId> mDefaultId;
30 ::ll::TypedStorage<4, 4, ::std::thread::id> mThreadId;
31 ::ll::TypedStorage<8, 64, ::Bedrock::Threading::AssignedThread* [8]> mChildren;
32 ::ll::TypedStorage<8, 8, ::std::atomic<uint64>> mChildCount;
38 MCAPI
void assign(::std::thread::id
const& thread);