Weston framerate (Re: bare bones opengl weston client sample)
Pekka Paalanen
ppaalanen at gmail.com
Mon Sep 10 05:07:41 PDT 2012
On Mon, 10 Sep 2012 07:56:22 -0400
jegde jedge <bubbah.t at gmail.com> wrote:
> Is there a place that describes any threading model there may be in iterate
> or flush that could cause a block?
Libwayland objects are not thread-safe.
wl_display_iterate() can block, if you call it with READABLE and
there are no events already waiting to be read.
Thanks,
pq
More information about the wayland-devel
mailing list