Re: [I] Question about enter_critical_section [nuttx]

2023-10-29 Thread via GitHub
TaiJuWu closed issue #10981: Question about enter_critical_section URL: https://github.com/apache/nuttx/issues/10981 -- 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 unsubscr

Re: [I] Question about enter_critical_section [nuttx]

2023-10-23 Thread via GitHub
tmedicci commented on issue #10981: URL: https://github.com/apache/nuttx/issues/10981#issuecomment-1774605547 Still about this question, I've recently reported [a problem with critical sections + pausing the other CPU (on SMP)](https://github.com/apache/nuttx/pull/10496#issuecomment-1762851

Re: [I] Question about enter_critical_section [nuttx]

2023-10-20 Thread via GitHub
xiaoxiang781216 commented on issue #10981: URL: https://github.com/apache/nuttx/issues/10981#issuecomment-1772341018 > > > I have some questions about enter_critical_section. > > > First. When I wrote spinlock code, I found spinlock_irqsave can disable interrupt. Why we need to use enter_

Re: [I] Question about enter_critical_section [nuttx]

2023-10-20 Thread via GitHub
TaiJuWu commented on issue #10981: URL: https://github.com/apache/nuttx/issues/10981#issuecomment-1772329194 > > I have some questions about enter_critical_section. > > First. When I wrote spinlock code, I found spinlock_irqsave can disable interrupt. Why we need to use enter_critical_sec

Re: [I] Question about enter_critical_section [nuttx]

2023-10-19 Thread via GitHub
xiaoxiang781216 commented on issue #10981: URL: https://github.com/apache/nuttx/issues/10981#issuecomment-1772145810 > I have some questions about enter_critical_section. > > First. When I wrote spinlock code, I found spinlock_irqsave can disable interrupt. Why we need to use enter_cr

[I] Question about enter_critical_section [nuttx]

2023-10-19 Thread via GitHub
TaiJuWu opened a new issue, #10981: URL: https://github.com/apache/nuttx/issues/10981 I have three questions about enter_critical_section. First. When I wrote spinlock code, I found spinlock_irqsave can disable interrupt. Why we need to use enter_critical_section in [mm_alloc](