Home
last modified time | relevance | path

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

/bsp/bluetrum/ab32vg1-ab-prougen/board/
A Dboard.c29 static struct rt_mutex mutex_cache = {0}; variable
221 rt_mutex_init(&mutex_cache, "cache_mutex", RT_IPC_FLAG_PRIO); in cache_init()
247 rt_mutex_take(&mutex_cache, RT_WAITING_FOREVER); in os_cache_lock()
256 rt_mutex_release(&mutex_cache); in os_cache_unlock()

Completed in 3 milliseconds