Home
last modified time | relevance | path

Searched refs:cond_free (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
Dgthread.h93 void (*cond_free) (GCond *cond); member
206 #define g_cond_free(cond) G_THREAD_CF (cond_free, (void)0, (cond))
/external/bluetooth/glib/gthread/
Dgthread-impl.c328 init->cond_free && in g_thread_init()