nuttx/sched/task
2017-11-30 06:41:57 -06:00
..
exit.c
Make.defs
spawn.h Squashed commit of the following: 2017-10-03 15:35:24 -06:00
task_activate.c
task_atexit.c
task_cancelpt.c sched/signal: Add logic to wake up a thread that is waiting on a signal if it is canceled. 2017-10-12 08:55:19 -06:00
task_create.c kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete(). 2017-10-16 11:38:00 -06:00
task_delete.c task_delete(): Do not permit user applications to delete kernel threads. 2017-10-16 09:07:27 -06:00
task_execv.c
task_exit.c
task_exithook.c sched/task/task_exithook.c: Clear atexit() function pointer before calling it. On most archs, up_assert() calls exit() so without this change, if atexit() function triggers an assertion we are in endless loop. 2017-11-30 06:41:57 -06:00
task_getgroup.c
task_getpid.c
task_init.c
task_onexit.c
task_posixspawn.c kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete(). 2017-10-16 11:38:00 -06:00
task_prctl.c
task_recover.c Squashed commit of the following: 2017-10-09 09:06:46 -06:00
task_reparent.c
task_restart.c This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_ 2017-10-05 13:25:25 -06:00
task_setcancelstate.c
task_setcanceltype.c
task_setup.c Squashed commit of the following: 2017-10-07 12:16:10 -06:00
task_spawn.c
task_spawnparms.c Squashed commit of the following: 2017-10-07 12:16:10 -06:00
task_start.c
task_starthook.c
task_terminate.c
task_testcancel.c
task_vfork.c
task.h