HomeSort by relevance Sort by last modified time
    Searched refs:wl_list_empty (Results 1 - 8 of 8) sorted by null

  /external/wayland/src/
wayland-util.h 165 * between elements within the list. Use wl_list_empty() to determine if the
278 wl_list_empty(const struct wl_list *list);
wayland-util.c 78 wl_list_empty(const struct wl_list *list) function
86 if (wl_list_empty(other))
wayland-client.c 263 while (!wl_list_empty(&queue->event_list)) {
    [all...]
scanner.c 909 if (wl_list_empty(&ctx->enumeration->entry_list)) {
972 if (wl_list_empty(message_list))
1087 if (wl_list_empty(message_list))
1292 if (wl_list_empty(message_list))
    [all...]
event-loop.c 399 while (!wl_list_empty(&loop->idle_list)) {
wayland-server.c 147 if (!wl_list_empty(&display->protocol_loggers)) {
    [all...]
  /external/wayland/tests/
list-test.c 39 assert(wl_list_empty(&list));
test-compositor.c 370 assert(wl_list_empty(&d->waiting_for_resume));

Completed in 85 milliseconds