Home
last modified time | relevance | path

Searched refs:SList (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A DIntrusiveList.h43 friend struct SList;
48 struct SList { struct
54 SList() noexcept = default; argument
56 SList(SList&& rhs) noexcept in SList() function
60 SList& operator=(SList&& rhs) noexcept
63 SList tmp {std::move(rhs)};
87 void Swap(SList& rhs) noexcept in Swap() argument