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

  /external/bluetooth/glib/tests/
onceinit.c 27 static GCond *tcond = NULL; variable
100 g_cond_wait (tcond, tmutex);
128 tcond = g_cond_new ();
135 g_cond_broadcast (tcond);
143 g_cond_broadcast (tcond);

Completed in 40 milliseconds