Home
last modified time | relevance | path

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

/external/wayland/src/
Dscanner.c483 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message()
536 wl_list_for_each_safe(e, e_next, &enumeration->entry_list, link) in free_enumeration()
570 wl_list_for_each_safe(m, next_m, &interface->request_list, link) in free_interface()
572 wl_list_for_each_safe(m, next_m, &interface->event_list, link) in free_interface()
574 wl_list_for_each_safe(e, next_e, &interface->enumeration_list, link) in free_interface()
1549 wl_list_for_each_safe(i, i_next, &protocol->interface_list, link) { in emit_header()
1720 wl_list_for_each_safe(i, next, &protocol->interface_list, link) { in emit_code()
Devent-loop.c340 wl_list_for_each_safe(source, next, &loop->destroy_list, link) in wl_event_loop_process_destroy_list()
388 wl_list_for_each_safe(source, next, &loop->check_list, link) in post_dispatch_check()
Dwayland-util.h383 #define wl_list_for_each_safe(pos, tmp, head, member) \ macro
Dwayland-server.c987 wl_list_for_each_safe(s, next, &display->socket_list, link) { in wl_display_destroy()
992 wl_list_for_each_safe(global, gnext, &display->global_list, link) in wl_display_destroy()
1120 wl_list_for_each_safe(client, next, &display->client_list, link) { in wl_display_flush_clients()
Dwayland-server-core.h356 wl_list_for_each_safe(l, next, &signal->listener_list, link) in wl_signal_emit()
/external/wayland/tests/
Dtest-compositor.c364 wl_list_for_each_safe(wfr, next, &d->waiting_for_resume, link) { in display_resume()
385 wl_list_for_each_safe(cl, next, &d->clients, link) { in display_destroy()