On Fri, Apr 29, 2016 at 5:59 AM, Pekka Paalanen wrote:
>
> > + pthread_mutex_lock(&wrapped_proxy->display->mutex);
> > +
> > + wrapper->object.interface = wrapped_proxy->object.interface;
> > + wrapper->object.id = wrapped_proxy->object.id;
> > + wrapper->version = wrapped_proxy->
On Fri, 29 Apr 2016 19:30:22 +0800
Jonas Ådahl wrote:
> Using the libwayland-client client API with multiple threads with
> thread local queues are prone to race conditions.
>
> The problem is that one thread can read and queue events after another
> thread creates a proxy but before it sets the
Using the libwayland-client client API with multiple threads with
thread local queues are prone to race conditions.
The problem is that one thread can read and queue events after another
thread creates a proxy but before it sets the queue.
This may result in the event to the proxy being silently