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

Function mt_swap_thread

adapter/micro_thread/mt_api.cpp:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663void mt_swap_thread()
664{
665 return MtFrame::Instance()->SwapDaemonThread();
666}
667
668#define BUF_ALIGNMENT_SIZE 4096
669#define BUF_ALIGN_SIZE(x) (((x)+BUF_ALIGNMENT_SIZE-1)&~(BUF_ALIGNMENT_SIZE-1))

Callers

nothing calls this directly

Calls 1

SwapDaemonThreadMethod · 0.80

Tested by

no test coverage detected