nuttx/sched/task
Gregory Nutt 8198ba6a6d 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_
This is analogous to similar renaming that was done previously for semaphores.

Squashed commit of the following:

    sched/signal:  Fix a few compile warnings introduced by naming changes.

    sched/signal:  Rename all private, internal signl functions to use the nxsig_ prefix.

    sched/signal:  Rename sig_removependingsignal, sig_unmaskpendingsignal, and sig_mqnotempty to nxsig_remove_pendingsignal, nxsig_unmask_pendingsignal, and nxsig_mqnotempty to make it clear that these are OS internal interfaces.

    sched/signal:  Rename sig_findaction and sig_lowest to nxsig_find_action and nxsig_lowest to make it clear that these are OS internal interfaces.

    sched/signal:  Rename sig_allocatepingsigaction and sig_deliver to nxsig_alloc_pendingsigaction and nxsig_deliver to make it clear that these are OS internal interfaces.

    sched/signal:  Rename sig_cleanup, sig_release, sig_releasependingaction, and sig_releasependingsignal to nxsig_cleanup, nxsig_release, nxsig_release_pendingaction, and nxsig_release_pendingsignal to make it clear that these are OS internal interfaces.

    sched/signal:  Rename sig_tcbdispatch and sig_dispatch to nxsig_tcbdispatch and nxsig_dispatch to make it clear that these are OS internal interfaces.

    sched/signal:  Rename sig_releaseaction and sig_pendingset to nxsig_release_action and nxsig_pendingset to make it clear that these are OS internal interfaces.

    sched/signal:  Rename sig_initialize and sig_allocateactionblock to nxsig_initialize and nxsig_alloc_actionblock to make it clear that these are OS internal interfaces.
2017-10-05 13:25:25 -06:00
..
exit.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
Make.defs Add task_testcancel() 2016-12-10 16:34:14 -06:00
spawn.h Squashed commit of the following: 2017-10-03 15:35:24 -06:00
task_activate.c sched/: Add option to buffer scheduler instrumentation data in memory. 2016-03-17 09:49:43 -06:00
task_atexit.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
task_cancelpt.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
task_create.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_delete.c Update README and some comments. 2017-01-02 13:54:07 -06:00
task_execv.c sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 16:42:42 -06:00
task_exit.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_exithook.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_getgroup.c Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_getpid.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
task_init.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_onexit.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
task_posixspawn.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_prctl.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_recover.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
task_reparent.c sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT 2017-04-14 14:50:44 +09:00
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 Add task_setcanceltype() 2016-12-10 16:06:14 -06:00
task_setcanceltype.c Add task_setcanceltype() 2016-12-10 16:06:14 -06:00
task_setup.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_spawn.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_spawnparms.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
task_start.c binfmt: Don't schedule starthook if there are no constructors. 2017-10-02 14:04:50 -06:00
task_starthook.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_terminate.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
task_testcancel.c Add task_testcancel() 2016-12-10 16:34:14 -06:00
task_vfork.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
task.h Flesh basic cancellation point support 2016-12-09 09:44:23 -06:00