nuttx/sched/task
2016-11-19 11:41:05 -06:00
..
exit.c
Make.defs sched/task: task_restart() test not supported on SMP systems. This is not fully implemented. 2016-11-19 11:41:05 -06:00
spawn.h
task_activate.c
task_atexit.c
task_create.c
task_delete.c
task_execv.c
task_exit.c
task_exithook.c sched/: Move fields related to parent/child task relationship out of TCB into group structure. 2016-09-06 08:28:31 -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 sched/: Move fields related to parent/child task relationship out of TCB into group structure. 2016-09-06 08:28:31 -06:00
task_restart.c sched/task: task_restart() test not supported on SMP systems. This is not fully implemented. 2016-11-19 11:41:05 -06:00
task_setup.c sched/pthread and task: When a pthread is started, there is a small bit of logic that will run on the thread of execution of the new pthread. In the case where the new pthread has a lower priority than the parent thread, then this could cause both the parent thread and the new pthread to be blocked at the priority of the lower priority pthread (assuming that CONFIG_PRIORITY_INHERITANCE is not selected). 2016-10-01 11:38:22 -06:00
task_spawn.c
task_spawnparms.c
task_start.c
task_starthook.c
task_terminate.c
task_vfork.c Update comments 2016-11-19 08:33:55 -06:00
task.h Remove duplicate function prototype from wrong header file 2016-10-01 10:56:42 -06:00