nuttx/sched
zhangyuan21 09a06e7fce sem: don't clear waitobj when do sem recover
This commit is intended to solve the bug caused by #7159.
It will fixed data abort issue when task restart in wait sem status.
If delete waitobj in the sem recover function, then we will get the wrong
task list when remove the task from task list.
2022-10-11 16:31:54 +09:00
..
clock Return -EINVAL for the internal API 2022-09-30 17:54:56 +02:00
environ sched: fix visual studio Compiler Warning (level 4) C4706 2022-08-17 18:33:44 +08:00
group libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
init sched: mqueue wait list optimize 2022-09-28 18:08:37 +08:00
irq sched: irq: Refactor irq_spinlock.c 2022-10-04 23:41:04 +08:00
module mod_insmod: fix coverity warning 2022-04-02 20:09:42 +08:00
mqueue sched: mqueue wait list optimize 2022-09-28 18:08:37 +08:00
paging libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
pthread libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sched sched: Guard backtrace related code correctly 2022-10-11 00:01:35 +02:00
semaphore sem: don't clear waitobj when do sem recover 2022-10-11 16:31:54 +09:00
signal libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
task sched/semaphore: fix priority boost restoration for priority inheritance 2022-10-03 15:14:24 -03:00
timer libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
tls Fix typos 2022-08-07 23:33:19 +08:00
wdog libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
wqueue sched/semaphore: fix priority boost restoration for priority inheritance 2022-10-03 15:14:24 -03:00
Kconfig sched/semaphore: fix priority boost restoration for priority inheritance 2022-10-03 15:14:24 -03:00
Makefile sched/tls: Add tls_init_info and tls_dup_info 2022-06-03 23:56:50 +03:00