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

/gem5/src/systemc/core/
H A Dlist.hh44 struct ListNode struct in namespace:sc_gem5
46 ListNode() : nextListNode(nullptr), prevListNode(nullptr) {} function in struct:sc_gem5::ListNode
47 virtual ~ListNode() {}
49 ListNode *nextListNode;
50 ListNode *prevListNode;
65 struct NodeList : public ListNode
H A Dchannel.hh41 class Channel : public ListNode
H A Dscheduler.cc228 listContains(ListNode *list, ListNode *target)
230 ListNode *n = list->nextListNode;
H A Dprocess.hh64 class Process : public ::sc_core::sc_process_b, public ListNode

Completed in 8 milliseconds