Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/osal/
A Dhal_mutex.h25 int hal_mutex_timedwait(hal_mutex_t mutex, int ticks);
/bsp/allwinner/libraries/sunxi-hal/osal/src/
A Dhal_mutex.c52 int hal_mutex_timedwait(hal_mutex_t mutex, int ticks) in hal_mutex_timedwait() function
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_core.c65 ret = hal_mutex_timedwait(mutex, timeout); in snd_mutex_lock_timeout()
76 ret = hal_mutex_timedwait(mutex, 100); in snd_mutex_lock()

Completed in 7 milliseconds