Threading in Wayland
Marek Chalupa
mchqwerty at gmail.com
Tue Aug 5 02:52:06 PDT 2014
Hi,
few moments ago I sent some patches regarding these issues (along with
tests) to the list.
I also and rebased Olivier's patch.
tests:
http://lists.freedesktop.org/archives/wayland-devel/2014-August/016308.html
http://lists.freedesktop.org/archives/wayland-devel/2014-August/016309.html
http://lists.freedesktop.org/archives/wayland-devel/2014-August/016310.html
fixes:
http://lists.freedesktop.org/archives/wayland-devel/2014-August/016312.html
http://lists.freedesktop.org/archives/wayland-devel/2014-August/016311.html
http://lists.freedesktop.org/archives/wayland-devel/2014-August/016313.html
On 06/25/14 15:04, Marek Chalupa wrote:
> 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
More information about the wayland-devel
mailing list