All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC v2 0/2] libv4l2: fix deadlock when DQBUF in block mode
@ 2014-06-09 13:51 Thiago Santos
  2014-06-09 13:51 ` [PATCH/RFC v2 1/2] v4l2grab: Add threaded producer/consumer option Thiago Santos
  2014-06-09 13:51 ` [PATCH/RFC v2 2/2] libv4l2: release the lock before doing a DQBUF Thiago Santos
  0 siblings, 2 replies; 5+ messages in thread
From: Thiago Santos @ 2014-06-09 13:51 UTC (permalink / raw)
  To: linux-media; +Cc: Hans de Goede, Thiago Santos

Hello,

thanks for the reviews and comments. I updated the example as suggested by
Mauro and reimplemented the deadlock fix as suggested by Hans. Here is the
second version of those patches.

Thiago Santos (2):
  v4l2grab: Add threaded producer/consumer option
  libv4l2: release the lock before doing a DQBUF

 contrib/test/Makefile.am   |   2 +-
 contrib/test/v4l2grab.c    | 261 +++++++++++++++++++++++++++++++++++++--------
 lib/libv4l2/libv4l2-priv.h |   1 +
 lib/libv4l2/libv4l2.c      |  13 ++-
 4 files changed, 232 insertions(+), 45 deletions(-)

-- 
2.0.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-16  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 13:51 [PATCH/RFC v2 0/2] libv4l2: fix deadlock when DQBUF in block mode Thiago Santos
2014-06-09 13:51 ` [PATCH/RFC v2 1/2] v4l2grab: Add threaded producer/consumer option Thiago Santos
2014-06-16  9:45   ` Hans Verkuil
2014-06-09 13:51 ` [PATCH/RFC v2 2/2] libv4l2: release the lock before doing a DQBUF Thiago Santos
2014-06-09 15:07   ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.