nuttx/sched/task
2016-04-18 18:55:36 -06:00
..
exit.c
Make.defs
spawn.h
task.h
task_activate.c
task_atexit.c
task_create.c Backout 3f731241cb. It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work 2016-04-18 18:55:36 -06:00
task_delete.c
task_execv.c
task_exit.c SMP: Reorder some logic related to task exit() and restart() for logic of SMP. 2016-03-22 18:19:57 -06:00
task_exithook.c Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov. 2016-04-11 11:14:18 -06:00
task_getgroup.c
task_getpid.c
task_init.c
task_onexit.c
task_posixspawn.c
task_prctl.c
task_recover.c
task_reparent.c
task_restart.c SMP: Reorder some logic related to task exit() and restart() for logic of SMP. 2016-03-22 18:19:57 -06:00
task_setup.c
task_spawn.c
task_spawnparms.c
task_start.c
task_starthook.c
task_terminate.c
task_vfork.c