MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / dfs_unlock

Function dfs_unlock

components/dfs/dfs_v1/src/dfs.c:156–159  ·  view source on GitHub ↗

* @brief this function will unlock device file system. * * @note please don't invoke it on ISR. */

Source from the content-addressed store, hash-verified

154 * @note please don't invoke it on ISR.
155 */
156void dfs_unlock(void)
157{
158 rt_mutex_release(&fslock);
159}
160
161/**
162 * @brief this function will unlock fd table.

Callers 12

chdirFunction · 0.70
setcwdFunction · 0.70
getcwdFunction · 0.70
fd_is_openFunction · 0.70
list_fdFunction · 0.70
dfs_registerFunction · 0.70
dfs_filesystem_lookupFunction · 0.70
dfs_mountFunction · 0.70
dfs_unmountFunction · 0.70
dfs_mkfsFunction · 0.70
dfs_unmount_deviceFunction · 0.70

Calls 1

rt_mutex_releaseFunction · 0.85

Tested by

no test coverage detected