nuttx/sched
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
..
clock
environ sched/environ: Remove the unneeded cast in env_dup 2022-04-21 22:55:47 +03:00
group sched/group: addrenv: allocate current group for each cpu 2022-05-08 20:34:31 +03:00
init env_dup: Fix copying of env between address environments 2022-04-21 18:38:37 +08:00
irq sched/irq: Fix array overrun in coverity check 2022-04-08 21:02:13 -03:00
module mod_insmod: fix coverity warning 2022-04-02 20:09:42 +08:00
mqueue sched:fix mq_timedsend describe 2022-04-27 02:09:18 +08:00
paging
pthread sched/pthread_create:fix bug,delete data_sem 2022-04-14 01:42:16 +08:00
sched cpuload: Support the internal computation in the tickless mode 2022-05-10 21:21:19 +08:00
semaphore
signal sigact: get free sigact from freelist always successful 2022-04-01 13:38:29 +08:00
task sched: Remove task_delete in case of CONFIG_BUILD_KERNEL 2022-05-12 03:27:25 +08:00
timer
wdog
wqueue semaphore: fix usage of NXSEM_INITIALIZER 2022-04-17 11:38:34 +08:00
Kconfig
Makefile