Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ dfs_fm_lock
Function
dfs_fm_lock
components/dfs/dfs_v1/src/dfs_file.c:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
static struct dfs_vnode_mgr dfs_fm;
30
31
void dfs_fm_lock(void)
32
{
33
rt_mutex_take(&dfs_fm.lock, RT_WAITING_FOREVER);
34
}
35
36
void dfs_fm_unlock(void)
37
{
Callers
3
dfs_file_is_open
Function · 0.85
dfs_file_open
Function · 0.85
dfs_file_close
Function · 0.85
Calls
1
rt_mutex_take
Function · 0.85
Tested by
no test coverage detected