Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dheap.h66 inline int GetIndex() { in GetIndex() function
246 if (item->GetIndex() != 0) { in HeapPush()
276 heap_assert(top->GetIndex() == 1); in HeapPop()
287 int pos = item->GetIndex() ; in HeapDelete()
302 heap_assert(pos == del->GetIndex()); in HeapDelete()