Searched defs:g_main_context_iterate (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgmain.c1509 * a callback to a recursive call to g_main_context_iterate(),
2375 g_main_context_iterate (GMainContext *context, function
2473 retval = g_main_context_iterate (context, FALSE, FALSE, G_THREAD_SELF);
2508 retval = g_main_context_iterate (context, may_block, TRUE, G_THREAD_SELF);
2653 g_main_context_iterate (loop->context, TRUE, TRUE, self);

Completed in 21 milliseconds