Re: [PR] driver: There is no need to use sched_[un]lock [nuttx]

2024-04-30 Thread via GitHub
acassis merged PR #12139: URL: https://github.com/apache/nuttx/pull/12139 -- 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:

Re: [PR] driver: There is no need to use sched_[un]lock [nuttx]

2024-04-15 Thread via GitHub
hujun260 commented on PR #12139: URL: https://github.com/apache/nuttx/pull/12139#issuecomment-2056173889 purpose: 1 sched_lock is very time-consuming, and reducing its invocations can improve performance. 2 sched_lock is prone to misuse, and narrowing its scope of use is to

Re: [PR] driver: There is no need to use sched_[un]lock [nuttx]

2024-04-14 Thread via GitHub
masayuki2009 commented on PR #12139: URL: https://github.com/apache/nuttx/pull/12139#issuecomment-2053985516 @hujun260 Please describe which configurations and applications you tested in the description. Also, please change the commit message to more specific ones. -- This is