MCPcopy 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

29static struct dfs_vnode_mgr dfs_fm;
30
31void dfs_fm_lock(void)
32{
33 rt_mutex_take(&dfs_fm.lock, RT_WAITING_FOREVER);
34}
35
36void dfs_fm_unlock(void)
37{

Callers 3

dfs_file_is_openFunction · 0.85
dfs_file_openFunction · 0.85
dfs_file_closeFunction · 0.85

Calls 1

rt_mutex_takeFunction · 0.85

Tested by

no test coverage detected