nuttx/sched/signal
ligd 231ad202ee global change: repace sched_xfree() to kxmm_free()
Changes:
sched_xfree() => kxmm_free()
remove garbage related APIs
remove ARCH_HAVE_GARBAGE

Cause garbage feature move to mm_heap, then don't need
garbage anymore.

Change-Id: If310790a3208155ca8ab319e8d038cb6ff92c518
Signed-off-by: ligd <liguiding@fishsemi.com>
2020-04-09 10:29:28 -06:00
..
Make.defs
sig_action.c sched/signal: Wrap long lines to make nxstyle happy 2020-03-10 11:13:42 +01:00
sig_allocpendingsigaction.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sig_cleanup.c sched/signal: Wrap long lines to make nxstyle happy 2020-03-10 11:13:42 +01:00
sig_default.c Fix typos in comments and documentation. 2020-03-16 20:01:11 -06:00
sig_deliver.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
sig_dispatch.c Don't actually send a signal with signo 0 2020-03-09 07:56:11 -06:00
sig_findaction.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
sig_initialize.c sched/signal: Wrap long lines to make nxstyle happy 2020-03-10 11:13:42 +01:00
sig_kill.c
sig_lowest.c
sig_nanosleep.c sched/signal: Wrap long lines to make nxstyle happy 2020-03-10 11:13:42 +01:00
sig_notification.c
sig_pause.c
sig_pending.c
sig_ppoll.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sig_procmask.c
sig_pselect.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sig_queue.c
sig_releasependingsigaction.c global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
sig_releasependingsignal.c global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
sig_removependingsignal.c sched/signal: Wrap long lines to make nxstyle happy 2020-03-10 11:13:42 +01:00
sig_sleep.c
sig_suspend.c
sig_timedwait.c Remove type casting to wdentry_t (sched/) 2020-04-07 06:23:15 -06:00
sig_unmaskpendingsignal.c
sig_usleep.c
sig_waitinfo.c
signal.h