Files
nuttx/include/sys
Ville Juven b1d92159fa sched: Remove task_delete in case of CONFIG_BUILD_KERNEL
Deleting a task from another task's context will not do, so shut
this gate down for BUILD_KERNEL. In this case if a task wants another
task to terminate, it must ask the other task to politely kill itself.

Note: kthreads still need this, also, the kernel can delete a task
without asking.
2022-05-12 03:27:25 +08:00
..
2021-11-24 22:49:09 -06:00
2021-11-28 23:31:16 +01:00
2022-02-08 10:27:38 +08:00
2022-04-28 13:40:25 +08:00