walnux/sched/signal
Jukka Laitinen 0dbbce3a8f sched: Remove unnecessary affinity restriction & restoration over smp calls
When the task has TCB_FLAG_CPU_LOCKED it is locked to the CPU regardless
of the affinity. There is no need to switch the affinity back and forth.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
2025-08-20 10:16:43 +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 style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
sig_allocpendingsigaction.c sched/signal: Move dynamic allocation of pending signals to a safe place 2025-05-08 21:32:08 +08:00
sig_cleanup.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_default.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
sig_deliver.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
sig_dispatch.c sched: Remove unnecessary affinity restriction & restoration over smp calls 2025-08-20 10:16:43 +08:00
sig_findaction.c sched: remove all spin_lock_irqsave(NULL) 2025-01-06 23:11:44 +08:00
sig_initialize.c sched: unify Private Types banners 2025-05-28 10:17:15 +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 Fix signal delivered to a wrong thread 2025-05-08 21:32:35 +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 Fix signal delivered to a wrong thread 2025-05-08 21:32:35 +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 Fix signal delivered to a wrong thread 2025-05-08 21:32:35 +08:00
sig_timedwait.c sched: After nxsched_add_readytorun, change first parameter to up_switch_context to this_task() 2025-08-20 10:16:43 +08:00
sig_unmaskpendingsignal.c Fix signal delivered to a wrong thread 2025-05-08 21:32:35 +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 Fix signal delivered to a wrong thread 2025-05-08 21:32:35 +08:00