Home
last modified time | relevance | path

Searched refs:wl_list_for_each_safe (Results 1 – 6 of 6) sorted by relevance

/external/wayland/tests/
Dtest-compositor.c363 wl_list_for_each_safe(wfr, next, &d->waiting_for_resume, link) { in display_resume()
384 wl_list_for_each_safe(cl, next, &d->clients, link) { in display_destroy()
/external/wayland/src/
Dscanner.c500 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message()
554 wl_list_for_each_safe(e, e_next, &enumeration->entry_list, link) in free_enumeration()
588 wl_list_for_each_safe(m, next_m, &interface->request_list, link) in free_interface()
590 wl_list_for_each_safe(m, next_m, &interface->event_list, link) in free_interface()
592 wl_list_for_each_safe(e, next_e, &interface->enumeration_list, link) in free_interface()
1594 wl_list_for_each_safe(i, i_next, &protocol->interface_list, link) { in emit_header()
1784 wl_list_for_each_safe(i, next, &protocol->interface_list, link) { in emit_code()
Devent-loop.c497 wl_list_for_each_safe(source, next, &loop->destroy_list, link) in wl_event_loop_process_destroy_list()
571 wl_list_for_each_safe(source, next, &loop->check_list, link) { in post_dispatch_check()
Dwayland-util.h462 #define wl_list_for_each_safe(pos, tmp, head, member) \ macro
Dwayland-server-core.h471 wl_list_for_each_safe(l, next, &signal->listener_list, link) in wl_signal_emit()
Dwayland-server.c1127 wl_list_for_each_safe(s, next, &display->socket_list, link) { in wl_display_destroy()
1132 wl_list_for_each_safe(global, gnext, &display->global_list, link) in wl_display_destroy()
1303 wl_list_for_each_safe(client, next, &display->client_list, link) { in wl_display_flush_clients()