Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.h81 void ScheduleUnpend(void* thread);
H A Dmicro_thread.cpp250 ScheduleObj::Instance()->ScheduleUnpend(parent); in WakeupParent()
345 void ScheduleObj::ScheduleUnpend(void* pthread) in ScheduleUnpend() function in ScheduleObj