nuttx/sched/task
2018-02-06 19:06:33 -06:00
..
exit.c
Make.defs
spawn.h
task_activate.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_atexit.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_cancelpt.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_create.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_delete.c
task_execv.c
task_exit.c sched/task: It is not appropriate for logic in task_exit() to call the new version of this_task(). sched/irq: Remove redundant fetch of CPU index; configs/sabre-6qguad: update README. 2018-02-06 19:06:33 -06:00
task_exithook.c
task_getgroup.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_getpid.c
task_init.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_onexit.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_posixspawn.c Squashed commit of the following: 2018-01-31 16:11:54 -06:00
task_prctl.c
task_recover.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_reparent.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_restart.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_setcancelstate.c
task_setcanceltype.c sched/: Various fixes for typos, improved parameter verification. 2018-01-12 18:26:45 -06:00
task_setup.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_spawn.c Squashed commit of the following: 2018-01-31 16:11:54 -06:00
task_spawnparms.c sched/: Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23). Add new nxsched_setscheduler() and nxsched_getaffinity() which are equivalent to their counterparts without the nx on front. These versions do not modify the errno value. Changed all calls within the OS to use these newer versions of the functions. 2018-01-30 16:16:41 -06:00
task_start.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_starthook.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_terminate.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task_testcancel.c
task_vfork.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task.h