Re: [PR] spinlock: Add spin_lock_init and spin_is_locked macro [nuttx]

2023-10-06 Thread via GitHub
acassis merged PR #10861: URL: https://github.com/apache/nuttx/pull/10861 -- 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.apac

Re: [PR] spinlock: Add spin_lock_init and spin_is_locked macro [nuttx]

2023-10-06 Thread via GitHub
xiaoxiang781216 commented on PR #10861: URL: https://github.com/apache/nuttx/pull/10861#issuecomment-1750261212 @acassis done. -- 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

Re: [PR] spinlock: Add spin_lock_init and spin_is_locked macro [nuttx]

2023-10-06 Thread via GitHub
xiaoxiang781216 commented on code in PR #10861: URL: https://github.com/apache/nuttx/pull/10861#discussion_r1348452190 ## include/nuttx/spinlock.h: ## @@ -286,6 +304,7 @@ void spin_unlock_wo_note(FAR volatile spinlock_t *lock); /* bool spin_islocked(FAR spinlock_t lock); */

Re: [PR] spinlock: Add spin_lock_init and spin_is_locked macro [nuttx]

2023-10-05 Thread via GitHub
xiaoxiang781216 commented on code in PR #10861: URL: https://github.com/apache/nuttx/pull/10861#discussion_r1348211142 ## include/nuttx/spinlock.h: ## @@ -286,6 +304,7 @@ void spin_unlock_wo_note(FAR volatile spinlock_t *lock); /* bool spin_islocked(FAR spinlock_t lock); */

Re: [PR] spinlock: Add spin_lock_init and spin_is_locked macro [nuttx]

2023-10-05 Thread via GitHub
acassis commented on code in PR #10861: URL: https://github.com/apache/nuttx/pull/10861#discussion_r1347774594 ## include/nuttx/spinlock.h: ## @@ -286,6 +304,7 @@ void spin_unlock_wo_note(FAR volatile spinlock_t *lock); /* bool spin_islocked(FAR spinlock_t lock); */ #define

[PR] spinlock: Add spin_lock_init and spin_is_locked macro [nuttx]

2023-10-04 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10861: URL: https://github.com/apache/nuttx/pull/10861 ## Summary align with Linux api naming. ## Impact new api ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the messa