Searched refs:msg_thread (Results 1 – 1 of 1) sorted by relevance
557 MicroThread *msg_thread = MtFrame::Instance()->GetRootThread(); in mt_set_msg_private() local558 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() local565 if (NULL == msg_thread) in mt_get_msg_private()570 return msg_thread->GetPrivate(); in mt_get_msg_private()