4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 21:00:26 +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
..
2022-08-02 12:09:49 -04:00
2022-10-23 22:33:31 -04:00