4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 16:53:29 +08:00
a1012112796 5370d4da50 replace rt_enter_critical with dfs_lock for list_fd
I found that if use mutex in `rt_kprintf`,
the `rt_enter_critical` will create a assert
error later. after chehcking,I found all
operation with fd_table has using
`dfs_lock/unlock` to protect. so I think
using `dfs_lock` is enough. thanks.

Signed-off-by: a1012112796 <1012112796@qq.com>
2022-11-09 22:41:15 -05:00
..