nuttx/sched/sched
Ville Juven 2ed51d026c fs/streams: Move the file streams from the group structure into TLS
This is preparation for flushing streams from user space, like it should
be done.

- Move tg_streamlist (group, kernel space) ->
       ta_streamlist (TLS, user space)
- Access stream list via tg_info in kernel
- Access stream list via TLS in user space
- Remove / rename nxsched_get_streams -> lib_getstreams
- Remove system call for nxsched_get_streams
2022-12-22 20:16:11 +08:00
..
Make.defs fs/streams: Move the file streams from the group structure into TLS 2022-12-22 20:16:11 +08:00
sched_addblocked.c sched: semaphore wait list optimize 2022-09-28 18:08:37 +08:00
sched_addprioritized.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sched_addreadytorun.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sched_backtrace.c sched: Guard backtrace related code correctly 2022-10-11 00:01:35 +02:00
sched_cpuload_oneshot.c sched: Simplify the cpuload process 2022-08-18 22:11:29 +03:00
sched_cpuload_period.c sched: Simplify the cpuload process 2022-08-18 22:11:29 +03:00
sched_cpuload.c sched: Simplify the cpuload process 2022-08-18 22:11:29 +03:00
sched_cpupause.c
sched_cpuselect.c nuttx/sched: use pid to check idle task 2022-10-31 17:53:08 +09:00
sched_critmonitor.c sched_critmonitor: remove check zero in sched_critmonitor 2022-07-22 10:15:06 +03:00
sched_foreach.c
sched_get_stackinfo.c
sched_getaffinity.c
sched_getcpu.c
sched_getfiles.c
sched_getparam.c
sched_getscheduler.c
sched_gettcb.c
sched_idletask.c nuttx/sched: use pid to check idle task 2022-10-31 17:53:08 +09:00
sched_lock.c sched: Remove the unnecessary "FAR dq_queue_t *" cast 2022-08-31 08:50:57 +09:00
sched_lockcount.c
sched_mergepending.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sched_mergeprioritized.c Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
sched_processtimer.c sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
sched_releasetcb.c sched/sched_releasetcb: Fix code style issue from prior patch 2022-12-15 20:28:52 +08:00
sched_removeblocked.c sched: semaphore wait list optimize 2022-09-28 18:08:37 +08:00
sched_removereadytorun.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sched_reprioritize.c sched/semaphore: fix priority boost restoration for priority inheritance 2022-10-03 15:14:24 -03:00
sched_reprioritizertr.c nuttx/sched: move reprioritize process to public function 2022-11-22 15:29:00 +09:00
sched_resumescheduler.c SMP: fix crash when switch to new task which is still running 2022-09-17 17:37:47 +09:00
sched_roundrobin.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
sched_rrgetinterval.c
sched_self.c
sched_setaffinity.c
sched_setparam.c
sched_setpriority.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sched_setscheduler.c sched/task/task_getpid: getpid should return process id not thread id 2022-11-17 17:58:08 +08:00
sched_sporadic.c
sched_suspend.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
sched_suspendscheduler.c
sched_sysinfo.c nuttx/sched/sched: fix runtime error UBSan(division by zero) 2022-10-16 12:43:31 +08:00
sched_thistask.c
sched_timerexpiration.c sched: use tick count for sched timer expiration 2022-10-12 11:55:46 +08:00
sched_unlock.c arch: remove up_release_pending function 2022-12-16 21:29:57 +08:00
sched_verifytcb.c
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 Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
sched_yield.c
sched.h nuttx/sched: move reprioritize process to public function 2022-11-22 15:29:00 +09:00