incubator-nuttx/sched
Xiang Xiao 27e8d058e7 sched: Simplify the cpuload process
1.Forward nxsched_process_cpuload to nxsched_process_cpuload_ticks directly
2.Define the dummy nxsched_process_cpuload_ticks when CPULOAD isn't enabled
3.Remove the weak attribute from nxsched_process_cpuload_ticks

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-08-18 22:11:29 +03:00
..
clock clock/settime: minor fix compile warning 2022-07-10 20:44:21 +03:00
environ sched: fix visual studio Compiler Warning (level 4) C4706 2022-08-17 18:33:44 +08:00
group sched: fix visual studio Compiler Warning (level 4) C4189 2022-08-17 10:00:20 +03:00
init Fix typos 2022-08-07 23:33:19 +08:00
irq nuttx: change TCB_FLAG_MEM_CHECK to TCB_FLAG_HEAPCHECK 2022-08-02 10:46:44 +08:00
module mod_insmod: fix coverity warning 2022-04-02 20:09:42 +08:00
mqueue net: Ensure sendmsg and sendfile return -EAGAIN in case of timeout 2022-06-28 06:19:13 +03:00
paging Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
pthread sched: fix visual studio Compiler Warning (level 4) C4189 2022-08-17 10:00:20 +03:00
sched sched: Simplify the cpuload process 2022-08-18 22:11:29 +03:00
semaphore Fix typos 2022-08-07 23:33:19 +08:00
signal sigact: get free sigact from freelist always successful 2022-04-01 13:38:29 +08:00
task sched/Makefile: move task_reparent.c to appropriate Makefile 2022-07-27 23:22:37 +08:00
timer sched/timer: timer_settime not fully satisfy IEEE 1003.1 2022-07-18 12:30:28 +08:00
tls Fix typos 2022-08-07 23:33:19 +08:00
wdog sched/wdog: Change the return type of wd_gettime from int to sclock_t 2022-05-19 23:21:54 +03:00
wqueue sched/wqueue: Change the return type of work_notifier_teardown to void 2022-05-14 00:35:29 +03:00
Kconfig sched: Simplify the cpuload process 2022-08-18 22:11:29 +03:00
Makefile sched/tls: Add tls_init_info and tls_dup_info 2022-06-03 23:56:50 +03:00