nuttx/sched/sched
chao an b9a74f30c6 sched/init: refine init state interface
N/A, refine init state interface

Signed-off-by: chao an <anchao@lixiang.com>
2024-03-23 01:04:15 +08:00
..
CMakeLists.txt task/pthread_cancelpt: Fix task_delete from another task group 2023-11-22 08:05:58 -08:00
Make.defs task/pthread_cancelpt: Fix task_delete from another task group 2023-11-22 08:05:58 -08:00
sched_addblocked.c
sched_addprioritized.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sched_addreadytorun.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
sched_backtrace.c sched: Guard backtrace related code correctly 2022-10-11 00:01:35 +02:00
sched_cpuload_oneshot.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
sched_cpuload_period.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
sched_cpuload.c sched: replace some global variables to macro 2024-03-21 18:51:25 +08:00
sched_cpupause.c
sched_cpuselect.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
sched_critmonitor.c clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
sched_foreach.c sched: replace some global variables to macro 2024-03-21 18:51:25 +08:00
sched_get_stackinfo.c Update kconfig2html.c 2023-12-14 20:02:52 -08:00
sched_get_stateinfo.c paging: Rename existing CONFIG_PAGING to CONFIG_LEGACY_PAGING 2024-03-05 09:45:49 +08:00
sched_get_tls.c task/pthread_cancelpt: Fix task_delete from another task group 2023-11-22 08:05:58 -08:00
sched_getaffinity.c
sched_getcpu.c sched/cpu: replace up_cpu_index() to this_cpu() 2024-03-21 18:52:35 +08:00
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: replace some global variables to macro 2024-03-21 18:51:25 +08:00
sched_idletask.c sched/init: refine init state interface 2024-03-23 01:04:15 +08:00
sched_lock.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
sched_lockcount.c
sched_mergepending.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09: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: replace some global variables to macro 2024-03-21 18:51:25 +08:00
sched_removeblocked.c Revert "fix variable set but not used" 2024-02-21 21:29:48 -08:00
sched_removereadytorun.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
sched_reprioritize.c sched/semaphore: fix priority boost restoration for priority inheritance 2022-10-03 15:14:24 -03:00
sched_reprioritizertr.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
sched_resumescheduler.c
sched_roundrobin.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
sched_rrgetinterval.c
sched_self.c
sched_setaffinity.c
sched_setparam.c
sched_setpriority.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
sched_setscheduler.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
sched_smp.c sched: Exit immediately when cpuset change to 0. 2023-10-18 21:12:35 +08:00
sched_sporadic.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
sched_suspend.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
sched_suspendscheduler.c
sched_sysinfo.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
sched_thistask.c
sched_timerexpiration.c sched: Stop the sched timer when possible to save the power in tickless mode 2023-12-17 08:25:11 -06:00
sched_unlock.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
sched_verifytcb.c sched: replace some global variables to macro 2024-03-21 18:51:25 +08:00
sched_wait.c sched: remove the unused function nx_wait and nx_waitid 2022-10-28 21:19:46 +02:00
sched_waitid.c sched: remove the unused function nx_wait and nx_waitid 2022-10-28 21:19:46 +02:00
sched_waitpid.c fix wait after vfork return error 2023-09-08 00:53:56 +03:00
sched_yield.c
sched.h sched/init: move task list table from data to bss 2024-03-23 01:04:15 +08:00