incubator-nuttx/sched/signal
Gregory Nutt 322f9f401c Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
sig_action.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sig_allocatependingsigaction.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
sig_cleanup.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
sig_deliver.c Mostly cosmetic changes 2014-09-04 10:28:38 -06:00
sig_dispatch.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
sig_findaction.c Move all pthread files from sched/ to sched/pthread 2014-08-08 12:55:02 -06:00
sig_initialize.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
sig_kill.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sig_lowest.c Move all pthread files from sched/ to sched/pthread 2014-08-08 12:55:02 -06:00
sig_mqnotempty.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sig_nanosleep.c Move a few files in sched/ that did not seem to have a home to sched/signal and sched/task 2014-08-08 16:57:47 -06:00
sig_pause.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
sig_pending.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sig_procmask.c wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
sig_queue.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sig_releasependingsigaction.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
sig_releasependingsignal.c wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
sig_removependingsignal.c wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
sig_suspend.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sig_timedwait.c wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
sig_unmaskpendingsignal.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sig_waitinfo.c Move all pthread files from sched/ to sched/pthread 2014-08-08 12:55:02 -06:00
signal.h