Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dheap.h137 int HeapPush(HeapEntry* entry);
239 inline int HeapList::HeapPush(HeapEntry* item) in HeapPush() function
325 return list->HeapPush(this); in InsertIntoHeap()
H A Dheap_timer.cpp57 int32_t ret = _heap->HeapPush(timerable); in start_timer()
H A Dmicro_thread.cpp794 int rc = _sleeplist.HeapPush(thread); in InsertSleep()