Re: Threading in Wayland

2014-08-05 Thread Marek Chalupa
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

Re: Threading in Wayland

2014-07-17 Thread Olivier Blin
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

Threading in Wayland

2014-06-25 Thread Marek Chalupa
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