nuttx/sched
yinshengkai ae38e3eb10 sched: Optimize sched_note_begin/end
Optimize sched_note_begin/end, replace note_printf with note_string
sched_note_begin/end optimized from 50us to 1us per consumption

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2022-09-27 21:32:35 +08:00
..
clock sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +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 libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
irq SMP: fix crash when switch to new task which is still running 2022-09-17 17:37:47 +09:00
module
mqueue sched: clear waitsem and msgwaitq after remove blocked 2022-09-22 16:32:44 +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: Optimize sched_note_begin/end 2022-09-27 21:32:35 +08:00
semaphore libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
signal libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
task libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
timer libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
tls
wdog libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
wqueue libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
Kconfig sched/Kconfig: let PREALLOC_TIMERS depends on !DISABLE_POSIX_TIMERS 2022-09-19 11:39:22 -03:00
Makefile