Searched refs:OS_RecursiveMutexDelete (Results 1 – 3 of 3) sorted by relevance
68 static __always_inline OS_Status OS_RecursiveMutexDelete(OS_Mutex_t *mutex) in OS_RecursiveMutexDelete() function
70 static inline OS_Status OS_RecursiveMutexDelete(OS_Mutex_t *mutex) in OS_RecursiveMutexDelete() function
132 (OS_RecursiveMutexDelete(mtx) == OS_OK ? HAL_OK : HAL_ERROR)
Completed in 11 milliseconds