incubator-nuttx/sched/sched
Xiang Xiao 9ccddde6a9 sched/spawn: Launch nxposix_spawn_proxy through nxthread_create
to ensure the caller environment variable always get copied

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-19 08:22:56 +09:00
..
Make.defs sched: Guard backtrace related code correctly 2022-10-11 00:01:35 +02:00
sched.h sched/spawn: Launch nxposix_spawn_proxy through nxthread_create 2022-10-19 08:22:56 +09:00
sched_addblocked.c sched: semaphore wait list optimize 2022-09-28 18:08:37 +08:00
sched_addprioritized.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sched_addreadytorun.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sched_backtrace.c sched: Guard backtrace related code correctly 2022-10-11 00:01:35 +02:00
sched_continue.c
sched_cpuload.c sched: Simplify the cpuload process 2022-08-18 22:11:29 +03: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_cpupause.c
sched_cpuselect.c SMP: fix assert failed when one task set to 255 2022-09-17 17:37:47 +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_getstreams.c
sched_gettcb.c
sched_idletask.c pid_t: unify usage of special task IDs 2022-03-22 21:22:32 +08: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 Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
sched_mergeprioritized.c Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
sched_note.c sched: Optimize sched_note_begin/end 2022-09-27 21:32:35 +08:00
sched_processtimer.c sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
sched_releasetcb.c sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
sched_removeblocked.c sched: semaphore wait list optimize 2022-09-28 18:08:37 +08:00
sched_removereadytorun.c sched: semaphore wait list optimize 2022-09-28 18:08:37 +08:00
sched_reprioritize.c sched/semaphore: fix priority boost restoration for priority inheritance 2022-10-03 15:14:24 -03: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
sched_rrgetinterval.c
sched_self.c
sched_setaffinity.c
sched_setparam.c
sched_setpriority.c sched: semaphore wait list optimize 2022-09-28 18:08:37 +08:00
sched_setscheduler.c
sched_sporadic.c Fix error: converting the result of '<<' to a boolean always evaluates to true 2022-05-19 23:23:01 +03:00
sched_suspend.c
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
sched_verifytcb.c Fix various typos 2022-07-08 02:15:54 +08:00
sched_wait.c pid_t: unify usage of special task IDs 2022-03-22 21:22:32 +08:00
sched_waitid.c Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
sched_waitpid.c Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
sched_yield.c