mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 03:58:06 +08:00
981bda5cf0
thread1: thread2:
ramlog_addbuf()
enter_critical_section()
ramlog_pollnotify()
foreach rl_list
--> switch out
ramlog_file_close
enter_critical_section()
list_delete()
leave_critical_section()
<--- switch back
rl_list error
leave_critical_section()
Signed-off-by: ligd <liguiding1@xiaomi.com>