nuttx/sched
anjiahao 48c153db25 vfs:add nxsched_foreach to sched_lock avoid crash
If scheduling occurs in file_fsync,
fl_lock may be released, and an error may
occur when calling nxmutex_unlock

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-08-29 10:36:21 +08:00
..
addrenv
clock add the startup process tracepoint 2023-08-19 21:50:08 +08:00
environ nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
group tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
init sched/smp: flush dcache before start other cpus 2023-08-21 12:02:45 +08:00
irq add the startup process tracepoint 2023-08-19 21:50:08 +08:00
misc assert: Fix the printing alignment of interrupt stack during assert 2023-08-29 02:59:38 +08:00
module binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
mqueue add the startup process tracepoint 2023-08-19 21:50:08 +08:00
paging
pthread pthread: remove unused temp change sched_priority 2023-08-11 21:45:16 +08:00
sched vfs:add nxsched_foreach to sched_lock avoid crash 2023-08-29 10:36:21 +08:00
semaphore add the startup process tracepoint 2023-08-19 21:50:08 +08:00
signal sigqueue: add signal type judgment logic 2023-08-21 15:35:45 +08:00
task tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
timer add the startup process tracepoint 2023-08-19 21:50:08 +08:00
tls libs/pthread/pthread_atfork: fulfill implement pthread_atfork function 2023-07-26 10:41:52 +02:00
wdog sched: add CRITMONITOR time out panic 2023-08-03 10:08:12 -07:00
wqueue sched: add CRITMONITOR time out panic 2023-08-03 10:08:12 -07:00
CMakeLists.txt
Kconfig support stm32f429i-disco run open flash loader 2023-08-05 12:40:02 -07:00
Makefile