Searched refs:psMutex (Results 1 – 1 of 1) sorted by relevance
121 rt_mutex_t psMutex = (rt_mutex_t)parameter; in happy_mutex() local127 ret = rt_mutex_take(psMutex, RT_WAITING_FOREVER); in happy_mutex()133 rt_mutex_release(psMutex); in happy_mutex()145 rt_mutex_release(psMutex); in happy_mutex()
Completed in 5 milliseconds