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

Function dfs_pcache_unlock

components/dfs/dfs_v2/src/dfs_pcache.c:497–501  ·  view source on GitHub ↗

* @brief Unlock the page cache global mutex * * @return Always returns 0. */

Source from the content-addressed store, hash-verified

495 * @return Always returns 0.
496 */
497static int dfs_pcache_unlock(void)
498{
499 rt_mutex_release(&__pcache.lock);
500 return 0;
501}
502
503/**
504 * @brief Calculate hash value for address space lookup

Callers 12

dfs_pcache_releaseFunction · 0.85
_pcache_cleanFunction · 0.85
dfs_pcache_threadFunction · 0.85
dfs_aspace_hash_lookupFunction · 0.85
dfs_aspace_insertFunction · 0.85
dfs_aspace_removeFunction · 0.85
dfs_aspace_activeFunction · 0.85
dfs_aspace_inactiveFunction · 0.85
dfs_aspace_createFunction · 0.85
dfs_aspace_destroyFunction · 0.85
dfs_aspace_releaseFunction · 0.85
dfs_pcache_dumpFunction · 0.85

Calls 1

rt_mutex_releaseFunction · 0.85

Tested by

no test coverage detected