Home
last modified time | relevance | path

Searched refs:fs_reentrant_mutex (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/modules/fatfs/
Dzfs_ffsystem.c35 static struct k_mutex fs_reentrant_mutex[FF_VOLUMES + 1]; variable
43 return (int)(k_mutex_init(&fs_reentrant_mutex[vol]) == 0); in ff_mutex_create()
61 return (int)(k_mutex_lock(&fs_reentrant_mutex[vol], FF_FS_TIMEOUT) == 0); in ff_mutex_take()
69 k_mutex_unlock(&fs_reentrant_mutex[vol]); in ff_mutex_give()