MCPcopy 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
36void 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_openFunction · 0.85
dfs_file_openFunction · 0.85
dfs_file_closeFunction · 0.85

Calls 1

rt_mutex_releaseFunction · 0.85

Tested by

no test coverage detected