Searched refs:vpx_sem (Results 1 – 1 of 1) sorted by relevance
28 static struct k_sem vpx_sem[CONFIG_MP_MAX_NUM_CPUS]; variable348 return k_sem_take(&vpx_sem[id], timeout); in arc_vpx_lock()369 k_sem_give(&vpx_sem[id]); in arc_vpx_unlock()376 k_sem_give(&vpx_sem[id]); in arc_vpx_unlock_force()382 k_sem_init(vpx_sem, 1, 1); in arc_vpx_sem_init()