Searched refs:OS_RecursiveMutexCreate (Results 1 – 4 of 4) sorted by relevance
59 OS_Status OS_RecursiveMutexCreate(OS_Mutex_t *mutex);
60 static inline OS_Status OS_RecursiveMutexCreate(OS_Mutex_t *mutex) in OS_RecursiveMutexCreate() function
129 OS_Status OS_RecursiveMutexCreate(OS_Mutex_t *mutex) in OS_RecursiveMutexCreate() function
129 (OS_RecursiveMutexCreate(mtx) == OS_OK ? HAL_OK : HAL_ERROR)
Completed in 7 milliseconds