Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ dfs_fm_unlock
Function
dfs_fm_unlock
components/dfs/dfs_v1/src/dfs_file.c:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void dfs_fm_unlock(void)
37
{
38
rt_mutex_release(&dfs_fm.lock);
39
}
40
41
/**
42
* @brief Initialize dfs vnode manager structure, including a lock and hash tables for vnode.
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_release
Function · 0.85
Tested by
no test coverage detected