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

Function mt_set_msg_private

adapter/micro_thread/mt_api.cpp:555–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void 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
562void* mt_get_msg_private()
563{

Callers

nothing calls this directly

Calls 2

GetRootThreadMethod · 0.80
SetPrivateMethod · 0.80

Tested by

no test coverage detected