incubator-nuttx/sched/task
Gregory Nutt 6e3107650d nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:17:46 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
exit.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
spawn.h
task.h Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
task_activate.c nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:17:46 -06:00
task_atexit.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
task_create.c SMP: Move IDLE thread init logic from sim to OS; need to assign unique IDs to each IDLE task 2016-02-11 14:11:26 -06:00
task_delete.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
task_execv.c execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic 2014-09-15 10:15:19 -06:00
task_exit.c SMP: Add non-reentrant spinlocks, fix pre-emption controls with SMP, and most of the basic scheduler support for SMP (still missing a few things) 2016-02-12 14:55:31 -06:00
task_exithook.c sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
task_getgroup.c Standardize the width of all comment boxes in C files 2015-10-03 07:25:53 -06:00
task_getpid.c Correct naming of a TCB flag; update some comments 2016-02-10 16:53:34 -06:00
task_init.c Fix some spacing problems 2015-10-04 15:04:00 -06:00
task_onexit.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
task_posixspawn.c sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
task_prctl.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
task_recover.c Fix some bad conditional compilation 2015-07-24 12:27:15 -06:00
task_reparent.c nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:17:46 -06:00
task_restart.c nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:17:46 -06:00
task_setup.c SMP: Move IDLE thread init logic from sim to OS; need to assign unique IDs to each IDLE task 2016-02-11 14:11:26 -06:00
task_spawn.c sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
task_spawnparms.c Fix more common typos 2015-08-16 11:07:23 -06:00
task_start.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
task_starthook.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
task_terminate.c nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:17:46 -06:00
task_vfork.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00