nuttx/sched/task
2017-06-14 13:42:56 -06:00
..
exit.c
Make.defs
spawn.h
task.h
task_activate.c
task_atexit.c
task_cancelpt.c
task_create.c
task_delete.c
task_execv.c
task_exit.c sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly. 2017-02-24 10:07:23 -06:00
task_exithook.c
task_getgroup.c
task_getpid.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
task_init.c
task_onexit.c
task_posixspawn.c
task_prctl.c Break up some long lines 2017-06-14 13:42:56 -06:00
task_recover.c
task_reparent.c sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT 2017-04-14 14:50:44 +09:00
task_restart.c
task_setcancelstate.c
task_setcanceltype.c
task_setup.c sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT 2017-04-14 14:50:44 +09:00
task_spawn.c
task_spawnparms.c
task_start.c
task_starthook.c
task_terminate.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
task_testcancel.c
task_vfork.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00