nuttx/sched
Jiuzhu Dong 5ec3ef0e56 group/group_signal: cancel dispatch signal when
the number of members in the group is zero.

Repetition step:
If using waitpid() to wait a task has exited, the waitpid will use
nxsing_kill with signal number 0 to determine if that task is still
alive, and will call group_signal to dispatch signal for each member
of the group and perform signal handing checks, it will assert at
sched/group/group_signal.c:261.

Change-Id: I75ef015a261101277436d742897ce68fed44b5da
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2021-05-17 07:14:27 -05:00
..
clock Separate CLOCK_TIMEKEEPING and SCHED_TICKLESS. 2021-04-13 11:42:31 -05:00
environ sched: nxstyle fixes 2021-02-09 01:21:53 -08:00
group group/group_signal: cancel dispatch signal when 2021-05-17 07:14:27 -05:00
init smp: Remove CONFIG_SMP_IDLETHREAD_STACKSIZE 2021-04-19 21:46:39 -05:00
irq spinlock: Remove SP_SECTION 2021-04-20 22:41:44 -05:00
module modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
mqueue Documentation, comments: Minor improvements and typos fixed 2021-05-09 19:12:13 -07:00
paging sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
sched spinlock: Remove SP_SECTION 2021-04-20 22:41:44 -05:00
semaphore sched: semaphore: Remove a redundant critical section in nxsem_tickwait() 2021-03-16 19:50:18 -07:00
signal sched/signal: Implement SA_NODEFER and SA_RESETHAND 2021-03-31 18:27:01 -03:00
task arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
timer sched/timer: get the previous reload value correctly 2021-01-26 18:22:54 -08:00
wdog sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
wqueue sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
Kconfig smp: Remove CONFIG_SMP_IDLETHREAD_STACKSIZE 2021-04-19 21:46:39 -05:00
Makefile style/Makefile: remove unnecessary trailing whitespace 2020-11-28 12:20:30 +01:00