Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A DIntrusiveList.h24 struct SListNode { struct
30 explicit SListNode(SListNode* p) noexcept : next {p} in SListNode() argument
33 SListNode() noexcept = default;
36 void Swap(SListNode& rhs) noexcept in Swap() argument
44 SListNode* next {this};