Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/
H A Df_dfu.c65 static struct pthread_mutex g_dfu_mtx = PTHREAD_MUTEX_INITIALIZER; variable
1066 mtx_lock(&g_dfu_mtx); in usb_dfu_init_env_entities()
1097 mtx_unlock(&g_dfu_mtx); in usb_dfu_init_env_entities()
1101 mtx_unlock(&g_dfu_mtx); in usb_dfu_init_env_entities()
1107 mtx_lock(&g_dfu_mtx); in usb_dfu_free_entities()
1110 mtx_unlock(&g_dfu_mtx); in usb_dfu_free_entities()
1115 mtx_unlock(&g_dfu_mtx); in usb_dfu_free_entities()

Completed in 2 milliseconds