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

Function task_delete

sched/task/task_delete.c:169–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168#ifndef CONFIG_BUILD_KERNEL
169int task_delete(pid_t pid)
170{
171 int ret = nxtask_delete(pid);
172 if (ret < 0)
173 {
174 set_errno(-ret);
175 ret = ERROR;
176 }
177
178 return ret;
179}
180#endif

Callers 1

bl_os_task_deleteFunction · 0.85

Calls 1

nxtask_deleteFunction · 0.85

Tested by

no test coverage detected