Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dheap.h40 class HeapList; variable
51 friend class HeapList;
62 inline int InsertIntoHeap(HeapList* list);
64 inline int DeleteFromHeap(HeapList* list);
93 class HeapList
102 explicit HeapList(int max = 100000) {
109 virtual ~HeapList() { in ~HeapList()
171 inline void HeapList::HeapUp() in HeapUp()
197 inline void HeapList::HeapDown(int index) in HeapDown()
261 inline HeapEntry* HeapList::HeapPop() in HeapPop()
[all …]
H A Dheap_timer.h78 HeapList* _heap;
H A Dheap_timer.cpp38 _heap = new HeapList(max_item); in CTimerMng()
H A Dmicro_thread.h406 HeapList _sleeplist;