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

Function task_restart

sched/task/task_restart.c:308–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 ****************************************************************************/
307
308int task_restart(pid_t pid)
309{
310 int ret = nxtask_restart(pid);
311 if (ret < 0)
312 {
313 set_errno(-ret);
314 ret = ERROR;
315 }
316
317 return ret;
318}
319#endif

Callers

nothing calls this directly

Calls 1

nxtask_restartFunction · 0.85

Tested by

no test coverage detected