mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
sched/signal: move unblock signal info to stack
struct tcb_s will reduce by 24 bytes Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -628,7 +628,7 @@ struct tcb_s
|
||||
sigset_t sigwaitmask; /* Waiting for pending signals */
|
||||
sq_queue_t sigpendactionq; /* List of pending signal actions */
|
||||
sq_queue_t sigpostedq; /* List of posted signals */
|
||||
siginfo_t sigunbinfo; /* Signal info when task unblocked */
|
||||
siginfo_t *sigunbinfo; /* Signal info when task unblocked */
|
||||
|
||||
/* Robust mutex support ***************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user