xiaoxiang781216 commented on code in PR #6152: URL: https://github.com/apache/incubator-nuttx/pull/6152#discussion_r859894887
########## include/nuttx/lib/lib.h: ########## @@ -114,10 +114,12 @@ void lib_stream_release(FAR struct task_group_s *group); #ifdef CONFIG_STDIO_DISABLE_BUFFERING # define lib_sem_initialize(s) # define lib_take_semaphore(s) +# define lib_try_take_semaphore(s) Review Comment: how about rename lib_xxx_semaphore to fxxxlockfile directly? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
