mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 03:58:06 +08:00
b1d92159fa
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.