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

Function task_create

sched/task/task_create.c:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216int task_create(FAR const char *name, int priority,
217 int stack_size, main_t entry, FAR char * const argv[])
218{
219 return task_create_with_stack(name, priority, NULL,
220 stack_size, entry, argv);
221}
222#endif
223
224/****************************************************************************

Callers 4

cxd56_pm_initializeFunction · 0.85
nsh_usbhostinitializeFunction · 0.85
imx93_bringupFunction · 0.85
work_usrstartFunction · 0.85

Calls 1

task_create_with_stackFunction · 0.85

Tested by

no test coverage detected