Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dheap_timer.cpp72 _heap->HeapDelete(timerable); in stop_timer()
86 _heap->HeapDelete(timer); in check_expired()
H A Dheap.h141 int HeapDelete(HeapEntry* entry);
281 inline int HeapList::HeapDelete(HeapEntry* item) in HeapDelete() function
329 return list->HeapDelete(this); in DeleteFromHeap()
H A Dmicro_thread.cpp807 int rc = _sleeplist.HeapDelete(thread); in RemoveSleep()