incubator-nuttx/sched/sched
yinshengkai ddb87d3b86 clock: replace all up_perf_xx with perf_xx
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-10-02 16:11:43 +02:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs
sched.h sched/cpuload: use perf to implement cpuload without relying on external timers 2023-08-04 10:58:54 -07:00
sched_addblocked.c
sched_addprioritized.c
sched_addreadytorun.c
sched_backtrace.c
sched_cpuload.c sched: rename nxsched_cpu_process_cpuload 2023-08-04 10:58:54 -07:00
sched_cpuload_oneshot.c
sched_cpuload_period.c
sched_cpupause.c
sched_cpuselect.c
sched_critmonitor.c clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
sched_foreach.c vfs:add nxsched_foreach to sched_lock avoid crash 2023-08-29 10:36:21 +08:00
sched_get_stackinfo.c
sched_get_stateinfo.c sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
sched_getaffinity.c
sched_getcpu.c
sched_getfiles.c sched/spawn: remove spawn proxy thread to simplify task/posix_spawn() 2023-04-27 17:35:58 +08:00
sched_getparam.c
sched_getscheduler.c
sched_gettcb.c
sched_idletask.c sched/sched/sched_idletask: fix typo 2023-06-19 10:51:23 +02:00
sched_lock.c spinlock: use spinlock API instead of direct asignment/compare 2023-09-16 14:17:47 +08:00
sched_lockcount.c
sched_mergepending.c sched/sched: fix scheduler lock/unlock operation for non-SMP case 2023-04-19 02:43:55 +08:00
sched_mergeprioritized.c
sched_processtimer.c sched/cpuload: add SCHED_CPULOAD_OSCLK option 2023-08-04 10:58:54 -07:00
sched_releasetcb.c
sched_removeblocked.c
sched_removereadytorun.c
sched_reprioritize.c
sched_reprioritizertr.c
sched_resumescheduler.c
sched_roundrobin.c
sched_rrgetinterval.c
sched_self.c
sched_setaffinity.c
sched_setparam.c
sched_setpriority.c sched/sched: address performance concerns for sched_lock in non-SMP case 2023-04-27 00:40:20 +08:00
sched_setscheduler.c
sched_sporadic.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
sched_suspend.c
sched_suspendscheduler.c
sched_sysinfo.c
sched_thistask.c
sched_timerexpiration.c SMP: fix repeat entry timer_start 2023-08-21 13:20:56 +08:00
sched_unlock.c spinlock: use spinlock API instead of direct asignment/compare 2023-09-16 14:17:47 +08:00
sched_verifytcb.c
sched_wait.c
sched_waitid.c
sched_waitpid.c fix wait after vfork return error 2023-09-08 00:53:56 +03:00
sched_yield.c