Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_api.h141 void mt_thread_wakeup_wait(void * thread_p);
H A Dmt_api.cpp658 void mt_thread_wakeup_wait(void * thread_p) in mt_thread_wakeup_wait() argument
660 MtFrame::Instance()->NotifyThread((MicroThread *) thread_p); in mt_thread_wakeup_wait()