nuttx/sched
Xiang Xiao 1b04bfae20 sched: Remove the unnecessary weak_function
because not all compiler support the weak attribute, and
many features are either always used or guarded by config.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-08-30 09:42:24 +02: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 sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
init sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
irq sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
module mod_insmod: fix coverity warning 2022-04-02 20:09:42 +08:00
mqueue sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02: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: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
semaphore Fix typos 2022-08-07 23:33:19 +08:00
signal sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
task Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
timer sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02: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