MCPcopy Create free account
hub / github.com/apache/nuttx / up_task_start

Function up_task_start

arch/arm/src/common/arm_task_start.c:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 ****************************************************************************/
66
67void up_task_start(main_t taskentry, int argc, char *argv[])
68{
69 /* Let sys_call3() do all of the work */
70
71 sys_call3(SYS_task_start, (uintptr_t)taskentry, (uintptr_t)argc,
72 (uintptr_t)argv);
73
74 PANIC();
75}
76
77#endif /* !CONFIG_BUILD_FLAT */

Callers 1

nxtask_startFunction · 0.50

Calls 1

sys_call3Function · 0.50

Tested by

no test coverage detected