ugust/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_que
On 25/06/2014 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
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