Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sched/signal: Simplified Implementation for SIGEV_THREAD_TID #13530

Merged
merged 5 commits into from
Sep 23, 2024

Commits on Sep 18, 2024

  1. signal: Add siginfo initializer

    This patch is to make Coverity happy.
    
    Signed-off-by: ouyangxiangzhen <[email protected]>
    Fix-Point committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1d2ee95 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. sched/signal: Simplified Implementation for SIGEV_THREAD_TID.

    This commit simplified the implementation for SIGEV_THREAD_TID.
    
    Signed-off-by: ouyangxiangzhen <[email protected]>
    Fix-Point committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ee764d1 View commit details
    Browse the repository at this point in the history
  2. sched/signal: Simplify the implementation of SIGEV_THREAD_TID.

    This commit simplified thread ID dispatching logic by integrating it into the `nxsig_dispatch` function.
    
    Signed-off-by: ouyangxiangzhen <[email protected]>
    Fix-Point committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    804fb72 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Revert "olimex-stm32-p407: adjust memory layout"

    This reverts commit 9a9d0a6.
    Fix-Point committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e3876c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. sched/signal: Add ifdef macro to reduce the bss size.

    This commit added ifdef macro to sigwork_s. When CONFIG_SIG_EVTHREAD is
    not defined, the struct sigwork_s will be empty struct, which is helpful
    to reduce bss size.
    
    Signed-off-by: ouyangxiangzhen <[email protected]>
    Fix-Point committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1a20c23 View commit details
    Browse the repository at this point in the history