Home
last modified time | relevance | path

Searched refs:display_stopped (Results 1 – 3 of 3) sorted by relevance

/external/wayland/tests/
Ddisplay-test.c432 c->display_stopped = 0; in create_thread()
440 while (c->display_stopped == 0) in create_thread()
460 c->display_stopped = 1; in thread_read_error()
482 c->display_stopped = 0; in threading_post_err()
527 c->display_stopped = 1; in thread_prepare_and_read()
625 c->display_stopped = 1; in thread_prepare_and_read2()
654 while (c->display_stopped == 0) in threading_read_after_error()
Dtest-compositor.c414 c->display_stopped = 0; in handle_display_resumed()
504 c->display_stopped = 1; in stop_display()
507 while (c->display_stopped && n >= 0) { in stop_display()
Dtest-compositor.h67 int display_stopped; member