hujun260 commented on code in PR #15345: URL: https://github.com/apache/nuttx/pull/15345#discussion_r1900502395
########## include/nuttx/sched.h: ########## @@ -134,6 +134,7 @@ #define TCB_FLAG_FORCED_CANCEL (1 << 13) /* Bit 13: Pthread cancel is forced */ #define TCB_FLAG_JOIN_COMPLETED (1 << 14) /* Bit 14: Pthread join completed */ #define TCB_FLAG_FREE_TCB (1 << 15) /* Bit 15: Free tcb after exit */ +#define TCB_FLAG_SIGDELIVER (1 << 16) /* Bit 16: Deliver pending signals */ Review Comment: Can the "scheduling policy" change to the placeholder to 2-3 bits? And then arrange the rest in order. I feel it's easier to understand that way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org