Home
last modified time | relevance | path

Searched refs:notify_mtx (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c132 struct mtx notify_mtx; member
134 } g_notify = { .notify_mtx = PTHREAD_MUTEX_INITIALIZER, .init = false };
138 mtx_lock(&g_notify.notify_mtx); in fmass_notify_init()
145 mtx_unlock(&g_notify.notify_mtx); in fmass_notify_init()
1495 struct mtx *notify_mtx = &g_notify.notify_mtx; in fmass_register_notify() local
1499 mtx_lock(notify_mtx); in fmass_register_notify()
1510 mtx_unlock(notify_mtx); in fmass_register_notify()
1517 struct mtx *notify_mtx = &g_notify.notify_mtx; in fmass_unregister_notify() local
[all...]

Completed in 2 milliseconds