incubator-nuttx/sched/sched
Xiang Xiao ab3b0d0162 sched: Implement sysinfo function
specify here:
https://man7.org/linux/man-pages/man2/sysinfo.2.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-02-08 10:27:38 +08:00
..
Make.defs sched: Implement sysinfo function 2022-02-08 10:27:38 +08:00
sched.h sched: Define CONFIG_SMP_NCPUS to 1 in no SMP case 2022-01-20 23:21:21 +08:00
sched_addblocked.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_addprioritized.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_addreadytorun.c sched/sched: Fix some typos in comments. 2021-11-18 19:27:40 -06:00
sched_backtrace.c sched/backtrace: Dump the complete stack regardless the depth 2021-12-29 12:09:54 +08:00
sched_continue.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
sched_cpuload.c sched: Define CONFIG_SMP_NCPUS to 1 in no SMP case 2022-01-20 23:21:21 +08:00
sched_cpuload_oneshot.c Make more OS internal names consistent 2020-05-10 22:47:07 +08:00
sched_cpuload_period.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
sched_cpupause.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_cpuselect.c sched/sched: Fix some typos in comments. 2021-11-18 19:27:40 -06:00
sched_critmonitor.c sched/critmonitor: remove the assertion if counter == 0 2022-01-25 20:24:58 +08:00
sched_foreach.c sched: Remove pidhash_s and move ticks to tcb_s 2021-10-16 06:19:17 -03:00
sched_get_stackinfo.c sched: Refine tls_info_s and task_info_s 2021-07-02 10:33:34 -05:00
sched_getaffinity.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_getcpu.c
sched_getfiles.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
sched_getparam.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
sched_getscheduler.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_getstreams.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
sched_gettcb.c sched: Check g_pidhash[hash_ndx] isn't NULL before access pid field in nxsched_get_tcb 2021-10-17 17:28:57 +09:00
sched_idletask.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
sched_lock.c sched/sched: Fix some typos in comments. 2021-11-18 19:27:40 -06:00
sched_lockcount.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_mergepending.c sched: sched: Remove sched_tasklistlock.c for SMP 2020-11-10 23:18:08 -08:00
sched_mergeprioritized.c sched/sched: Fix some typos in comments. 2021-11-18 19:27:40 -06:00
sched_note.c sched: Define CONFIG_SMP_NCPUS to 1 in no SMP case 2022-01-20 23:21:21 +08:00
sched_processtimer.c sched/wdog: move SMP enter_critical_section to sched_timerexpiration.c 2021-08-27 16:59:20 +09:00
sched_releasetcb.c sched: Remove pidhash_s and move ticks to tcb_s 2021-10-16 06:19:17 -03:00
sched_removeblocked.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_removereadytorun.c sched/sched/remove_readytorun.c: Fix CPU affinity issues in SMP 2021-09-29 16:23:17 +09:00
sched_reprioritize.c Run all .c and .h files modifed by the PR though nxstyle. 2020-05-09 16:58:42 -03:00
sched_resumescheduler.c sched: fix the bug of task's tmeslice 2021-12-30 18:01:56 +08:00
sched_roundrobin.c Sources and Docs: Fix typos and nxstyle issues 2020-10-02 04:54:52 +02:00
sched_rrgetinterval.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_self.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
sched_setaffinity.c sched: sched: Remove sched_lock/unlock from nxsched_set_affinity() 2021-01-20 21:52:58 -08:00
sched_setparam.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_setpriority.c sched/sched_setpriority.c: Fix CPU affinity issues in SMP 2021-09-29 16:23:17 +09:00
sched_setscheduler.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
sched_sporadic.c Fix error: 'struct tcb_s' has no member named 'low_priority' 2021-10-31 06:30:57 -03:00
sched_suspend.c sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00
sched_suspendscheduler.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_sysinfo.c sched: Implement sysinfo function 2022-02-08 10:27:38 +08:00
sched_thistask.c arch, include, sched : Refactor ARCH_GLOBAL_IRQDISABLE related code 2020-09-03 10:20:20 +08:00
sched_timerexpiration.c sched/wdog: move SMP enter_critical_section to sched_timerexpiration.c 2021-08-27 16:59:20 +09:00
sched_unlock.c sched/sched: Fix some typos in comments. 2021-11-18 19:27:40 -06:00
sched_verifytcb.c sched: Remove pidhash_s and move ticks to tcb_s 2021-10-16 06:19:17 -03:00
sched_wait.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sched_waitid.c sched/waitpid: handle waitpid waitting tcb->group is NULL 2021-07-04 06:23:59 -05:00
sched_waitpid.c sched_waitpid:delete debugassert 2021-12-03 01:17:15 -06:00
sched_yield.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00