MCPcopy Create free account
hub / github.com/F-Stack/f-stack / RemovePend

Method RemovePend

adapter/micro_thread/micro_thread.cpp:860–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858}
859
860void MtFrame::RemovePend(MicroThread* thread)
861{
862 ASSERT(thread->HasFlag(MicroThread::PEND_LIST));
863 thread->UnsetFlag(MicroThread::PEND_LIST);
864 TAILQ_REMOVE(&_pend_list, thread, _entry);
865}
866
867void MtFrame::WaitNotify(utime64_t timeout)
868{

Callers 1

ScheduleUnpendMethod · 0.80

Calls 2

HasFlagMethod · 0.80
UnsetFlagMethod · 0.80

Tested by

no test coverage detected