Home
last modified time | relevance | path

Searched defs:Mutex (Results 1 – 1 of 1) sorted by relevance

/fatfs-latest/option/
Dffsystem.c47 static HANDLE Mutex[FF_VOLUMES + 1]; /* Table of mutex handle */ variable
52 static mtxid Mutex[FF_VOLUMES + 1]; /* Table of mutex ID */ variable
56 static OS_EVENT *Mutex[FF_VOLUMES + 1]; /* Table of mutex pinter */ variable
61 static SemaphoreHandle_t Mutex[FF_VOLUMES + 1]; /* Table of mutex handle */ variable
65 static osMutexId Mutex[FF_VOLUMES + 1]; /* Table of mutex ID */ variable