1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/sched/signal
hujun5 c498991ba4 smpcall: add nxsched_smp_call_async and nxsched_smp_call_single_async
reason:
The old implementation of the SMP call, even when using the "no wait" parameter,
could still result in waiting, if invoking it within a critical section
may lead to deadlocks. Therefore, in order to implement a truly asynchronous SMP
call strategy, we have added nxsched_smp_call_async.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-11-06 09:53:28 +08:00
..
CMakeLists.txt sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Make.defs sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_action.c sched/signal: exit sig action when tcb group is null 2024-10-12 13:39:21 +08:00
sig_allocpendingsigaction.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_cleanup.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_default.c sched/signal: change pthread_exit to nx_pthread_exit 2024-10-08 16:53:21 +08:00
sig_deliver.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_dispatch.c smpcall: add nxsched_smp_call_async and nxsched_smp_call_single_async 2024-11-06 09:53:28 +08:00
sig_findaction.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
sig_initialize.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_kill.c sched/signal: Simplify the implementation of SIGEV_THREAD_TID. 2024-09-23 12:29:36 +08:00
sig_lowest.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_nanosleep.c sleep: optimize sleep logic, to reduce the disable IRQ time 2024-10-09 13:54:29 +08:00
sig_notification.c sched/signal: Simplify the implementation of SIGEV_THREAD_TID. 2024-09-23 12:29:36 +08:00
sig_pause.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_pending.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_ppoll.c usleep: use div_const to optimize the usleep 2024-09-12 18:14:39 +08:00
sig_procmask.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_pselect.c usleep: use div_const to optimize the usleep 2024-09-12 18:14:39 +08:00
sig_queue.c sched/signal: Simplify the implementation of SIGEV_THREAD_TID. 2024-09-23 12:29:36 +08:00
sig_releasependingsigaction.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_releasependingsignal.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_removependingsignal.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_sleep.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_suspend.c sched: add nxsched_remove_self 2024-09-24 22:07:00 +08:00
sig_tgkill.c signal: add sig_tgkill() kenrnel version support 2024-10-10 02:38:12 +08:00
sig_timedwait.c nxsig_clockwait: fix time error when clockid is CLOCK_REALTIME 2024-10-09 13:54:29 +08:00
sig_unmaskpendingsignal.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_usleep.c usleep: use div_const to optimize the usleep 2024-09-12 18:14:39 +08:00
sig_waitinfo.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
signal.h userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00