zhaoxiu-zeng commented on a change in pull request #5171: URL: https://github.com/apache/incubator-nuttx/pull/5171#discussion_r781715865
########## File path: sched/semaphore/sem_holder.c ########## @@ -66,7 +66,8 @@ static FAR struct semholder_s *g_freeholders; * Name: nxsem_allocholder ****************************************************************************/ -static inline FAR struct semholder_s *nxsem_allocholder(sem_t *sem) +static inline FAR struct semholder_s *nxsem_allocholder(sem_t *sem, Review comment: Applied, thanks! ########## File path: sched/semaphore/sem_holder.c ########## @@ -187,61 +194,67 @@ nxsem_findorallocateholder(sem_t *sem, FAR struct tcb_s *htcb) static inline void nxsem_freeholder(sem_t *sem, Review comment: Applied, thanks! -- 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