OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wl_display_prepare_read
(Results
1 - 4
of
4
) sorted by null
/external/wayland/src/
wayland-client-core.h
252
wl_display_prepare_read
(struct wl_display *display);
wayland-client.c
209
* and woke up all threads. Since
wl_display_prepare_read
()
1557
wl_display_prepare_read
(struct wl_display *display)
function
[
all
...]
/external/wayland/tests/
display-test.c
420
while(
wl_display_prepare_read
(display) != 0 && errno == EAGAIN)
621
while(
wl_display_prepare_read
(c->wl_display) != 0 && errno == EAGAIN)
646
while(
wl_display_prepare_read
(c->wl_display) != 0 && errno == EAGAIN)
704
while (
wl_display_prepare_read
(c->wl_display) != 0 &&
connection-test.c
602
assert(
wl_display_prepare_read
(c->wl_display) == 0);
Completed in 2401 milliseconds