Searched refs:wl_list_empty (Results 1 – 9 of 9) sorted by relevance
78 wl_list_empty(const struct wl_list *list) in wl_list_empty() function86 if (wl_list_empty(other)) in wl_list_insert_list()
1006 if (wl_list_empty(&ctx->enumeration->entry_list)) { in end_element()1069 if (wl_list_empty(message_list)) in emit_opcodes()1184 if (wl_list_empty(message_list)) in emit_stubs()1406 if (wl_list_empty(message_list)) in emit_structs()1744 if (wl_list_empty(message_list)) in emit_messages()1866 if (!wl_list_empty(&i->request_list)) in emit_code()1872 if (!wl_list_empty(&i->event_list)) in emit_code()
134 if (!wl_list_empty(&display->protocol_loggers)) { in log_closure()336 while (!wl_list_empty(&queue->event_list)) { in wl_event_queue_release()1622 while (!wl_list_empty(&display->display_queue.event_list)) { in dispatch_queue()1629 while (!wl_list_empty(&queue->event_list)) { in dispatch_queue()1706 if (!wl_list_empty(&queue->event_list)) { in wl_display_prepare_read_queue()
357 wl_list_empty(const struct wl_list *list);
156 if (!wl_list_empty(&display->protocol_loggers)) { in log_closure()1420 while (!wl_list_empty(&tmp_client_list)) { in wl_display_destroy_clients()1427 if (!wl_list_empty(&display->client_list)) { in wl_display_destroy_clients()2139 while (!wl_list_empty(&signal->emit_list)) { in wl_priv_signal_emit()2179 while (!wl_list_empty(&signal->listener_list)) { in wl_priv_signal_final_emit()
966 while (!wl_list_empty(&loop->idle_list)) { in wl_event_loop_dispatch_idle()
39 assert(wl_list_empty(&list)); in TEST()
381 assert(wl_list_empty(&d->waiting_for_resume)); in display_post_resume_events()
95 + if (!wl_list_empty(&display->protocol_loggers)) {