Searched refs:g_queue_pop_head (Results 1 – 10 of 10) sorted by relevance
175 while ((c = g_queue_pop_head(attrib->queue))) in attrib_destroy()284 g_queue_pop_head(attrib->queue); in can_write_data()356 cmd = g_queue_pop_head(attrib->queue); in received_data()497 while ((c = g_queue_pop_head(attrib->queue))) { in g_attrib_cancel_all()
596 g_queue_pop_head (events_to_process); in ik_process_events()607 event = g_queue_pop_head (events_to_process); in ik_process_events()657 ik_event_t *event = g_queue_pop_head (event_queue); in ik_process_eq_callback()
407 g_queue_pop_head (q); in random_test()816 g_assert (g_queue_pop_head (q) == GINT_TO_POINTER (1)); in main()834 g_assert (g_queue_pop_head (q) == NULL); in main()859 g_assert (g_queue_pop_head (q) == GINT_TO_POINTER (5)); in main()867 g_assert (data == g_queue_pop_head (q)); in main()877 g_assert (g_queue_pop_head (q) == NULL); in main()
335 while ((ev = g_queue_pop_head (f->eventq)) != NULL) { in fdata_delete()352 while ((ev = g_queue_pop_head (data->eventq)) != NULL) { in fdata_reset()533 if ((ev = (fnode_event_t*)g_queue_pop_head (f->eventq)) != NULL) { in process_events()
198 while ((ev = (fnode_event_t*)g_queue_pop_head (g_eventq)) != NULL) { in port_process_kevents()
78 gpointer g_queue_pop_head (GQueue *queue);
463 g_queue_pop_head (GQueue *queue) in g_queue_pop_head() function
2174 #undef g_queue_pop_head 2175 extern __typeof (g_queue_pop_head) g_queue_pop_head __attribute((alias("IA__g_queue_pop_head"), vis…
2167 extern __typeof (g_queue_pop_head) IA__g_queue_pop_head __attribute((visibility("hidden")));2168 #define g_queue_pop_head IA__g_queue_pop_head macro
1915 g_queue_pop_head