Hi, I was recently discovering/playing with threading in Wayland. Here are some notes and questions I gathered:
* display_thread variable in struct wl_display (wayland-client.c) is not used anywhere * pthread_cont_t cond in wl_event_queue is broadcasted/signaled but there's no code waiting on it (already mentioned here: http://lists.freedesktop.org/archives/wayland-devel/2014-April/014539.html) The question is: am I missing something or are those bugs? I also wrote some tests for it ( http://lists.freedesktop.org/archives/wayland-devel/2014-June/015628.html, and have more locally). Thank you, Marek
_______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
