HomeSort by relevance Sort by last modified time
    Searched full:tmutex (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/
onceinit.c 26 static GMutex *tmutex = NULL; variable
99 g_mutex_lock (tmutex);
100 g_cond_wait (tcond, tmutex);
101 g_mutex_unlock (tmutex);
127 tmutex = g_mutex_new ();
130 g_mutex_lock (tmutex);
133 g_mutex_unlock (tmutex);
146 g_mutex_lock (tmutex);
150 g_mutex_unlock (tmutex);
265 g_mutex_lock (tmutex);
    [all...]

Completed in 30 milliseconds