HomeSort by: relevance | last modified time | path
    Searched defs:g_connected_mutex (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_connected.c 43 static struct mutex g_connected_mutex; variable in typeref:struct:mutex
54 lmutex_init(&g_connected_mutex);
72 if (lmutex_lock_interruptible(&g_connected_mutex) != 0)
91 lmutex_unlock(&g_connected_mutex);
107 if (lmutex_lock_interruptible(&g_connected_mutex) != 0)
115 lmutex_unlock(&g_connected_mutex);

Completed in 15 milliseconds