xiaoxiang781216 commented on code in PR #7897: URL: https://github.com/apache/nuttx/pull/7897#discussion_r1050379623
########## include/nuttx/sched_note.h: ########## @@ -511,19 +512,11 @@ void sched_note_csection(FAR struct tcb_s *tcb, bool enter); #endif #ifdef CONFIG_SCHED_INSTRUMENTATION_SPINLOCKS -void sched_note_spinlock(FAR struct tcb_s *tcb, - FAR volatile void *spinlock); -void sched_note_spinlocked(FAR struct tcb_s *tcb, - FAR volatile void *spinlock); -void sched_note_spinunlock(FAR struct tcb_s *tcb, - FAR volatile void *spinlock); -void sched_note_spinabort(FAR struct tcb_s *tcb, - FAR volatile void *spinlock); +void sched_note_spincommon(FAR struct tcb_s *tcb, Review Comment: sched_note_spinlock -- 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