nuttx/sched
yinshengkai e28b311b78 Make each function of SCHED_CRITMONITOR independent
There will be a large performance loss after SCHED_CRITMONITOR is enabled.
By isolating thread running time-related functions, CPU load can be run with less overhead.

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-09-19 03:16:14 +08:00
..
addrenv sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock Make each function of SCHED_CRITMONITOR independent 2024-09-19 03:16:14 +08:00
environ sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
event sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
group sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
init sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
instrument sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
irq Make each function of SCHED_CRITMONITOR independent 2024-09-19 03:16:14 +08:00
misc fs/dump: correct SCHED_DUMP_ON_EXIT to DUMP_ON_EXIT 2024-09-18 23:48:31 +08:00
module sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
mqueue Revert "irq: add [enter|leave]_critical_section_nonirq" 2024-09-17 20:12:59 +08:00
paging sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread pthread_mutx: remove unused critical_secton lock 2024-09-15 17:32:33 +08:00
sched Make each function of SCHED_CRITMONITOR independent 2024-09-19 03:16:14 +08:00
semaphore Revert "irq: add [enter|leave]_critical_section_nonirq" 2024-09-17 20:12:59 +08:00
signal signal: Add support for SIGEV_THREAD_ID and sigev_notify_thread_id 2024-09-17 12:15:14 +08:00
task sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
timer POSIX timer: Optimize overrun check by replacing loop with division. 2024-09-17 12:15:14 +08:00
tls sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wdog wdog: rename wd_start_absolute() to wd_start_abstick() 2024-09-17 12:15:14 +08:00
wqueue sched/wqueue: Fix unexpected dq entry status 2024-09-17 02:56:39 +08:00
CMakeLists.txt sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Kconfig Make each function of SCHED_CRITMONITOR independent 2024-09-19 03:16:14 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00