MCPcopy Index your code
hub / github.com/F-Stack/f-stack / SetSartFunc

Method SetSartFunc

adapter/micro_thread/micro_thread.h:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 };
275
276 void SetSartFunc(ThreadStart func, void* args) {
277 _start = func;
278 _args = args;
279 };
280
281 void* GetThreadArgs() {
282 return _args;

Callers 2

InitFrameMethod · 0.80
CreateThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected