Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_api.cpp557 MicroThread *msg_thread = MtFrame::Instance()->GetRootThread(); in mt_set_msg_private() local
558 if (msg_thread != NULL) in mt_set_msg_private()
559 msg_thread->SetPrivate(data); in mt_set_msg_private()
564 MicroThread *msg_thread = MtFrame::Instance()->GetRootThread(); in mt_get_msg_private() local
565 if (NULL == msg_thread) in mt_get_msg_private()
570 return msg_thread->GetPrivate(); in mt_get_msg_private()