Searched refs:mutex_cache (Results 1 – 1 of 1) sorted by relevance
29 static struct rt_mutex mutex_cache = {0}; variable221 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