| 553 | } |
| 554 | |
| 555 | void mt_set_msg_private(void *data) |
| 556 | { |
| 557 | MicroThread *msg_thread = MtFrame::Instance()->GetRootThread(); |
| 558 | if (msg_thread != NULL) |
| 559 | msg_thread->SetPrivate(data); |
| 560 | } |
| 561 | |
| 562 | void* mt_get_msg_private() |
| 563 | { |
nothing calls this directly
no test coverage detected