Home
last modified time | relevance | path

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

/hal_ethos_u-3.6.0-3.5.0-3.4.0/src/
Dethosu_driver.c158 static void *ethosu_mutex; variable
399 if (!ethosu_mutex) in ethosu_init()
401 ethosu_mutex = ethosu_mutex_create(); in ethosu_init()
711 ethosu_mutex_lock(ethosu_mutex); in ethosu_reserve_driver()
714 ethosu_mutex_unlock(ethosu_mutex); in ethosu_reserve_driver()
733 ethosu_mutex_lock(ethosu_mutex); in ethosu_release_driver()
757 ethosu_mutex_unlock(ethosu_mutex); in ethosu_release_driver()