nuttx/sched/task
Gregory Nutt d633c9bf8c Squashed commit of the following:
Replace all calls to sigprocmask() in the OS proper with calls to nxsig_procmask().

    sched/signal:  Add internal OS interface nxsig_procmask().  This internal interface is equivalent to the standard sigprocmask() used by applications except that it does not modify the errno value.  Also fixes a problem in that the original sigprocmask() was not setting the errno.
2017-10-07 12:16:10 -06:00
..
exit.c
Make.defs
spawn.h
task_activate.c
task_atexit.c
task_cancelpt.c
task_create.c
task_delete.c
task_execv.c
task_exit.c
task_exithook.c
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
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