Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds