Re: [PR] Semaphore corrections [nuttx]

2025-05-22 Thread via GitHub
xiaoxiang781216 merged PR #16423: URL: https://github.com/apache/nuttx/pull/16423 -- 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...@nu

Re: [PR] Semaphore corrections [nuttx]

2025-05-22 Thread via GitHub
jlaitine commented on code in PR #16423: URL: https://github.com/apache/nuttx/pull/16423#discussion_r2102218227 ## sched/semaphore/sem_post.c: ## @@ -197,7 +197,7 @@ int nxsem_post_slow(FAR sem_t *sem) if (mutex) { - uint32_t blocking_bit =

Re: [PR] Semaphore corrections [nuttx]

2025-05-22 Thread via GitHub
jlaitine commented on code in PR #16423: URL: https://github.com/apache/nuttx/pull/16423#discussion_r2102211212 ## sched/semaphore/sem_post.c: ## @@ -197,7 +197,7 @@ int nxsem_post_slow(FAR sem_t *sem) if (mutex) { - uint32_t blocking_bit =

Re: [PR] Semaphore corrections [nuttx]

2025-05-22 Thread via GitHub
xiaoxiang781216 commented on code in PR #16423: URL: https://github.com/apache/nuttx/pull/16423#discussion_r2102113494 ## sched/semaphore/sem_post.c: ## @@ -197,7 +197,7 @@ int nxsem_post_slow(FAR sem_t *sem) if (mutex) { - uint32_t blockin