[mythtv-commits] mythtv/master commit: dfa4ea701 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Wed Feb 16 03:37:43 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-02-15T19:36:29-08:00
   Push Date:  2011/02/15 19:37:41 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  dfa4ea701dcaf26022202fa064fd8754ac72df85
   Changeset:  https://github.com/MythTV/mythtv/commit/dfa4ea701

Log:

Convert DeviceReadBuffer from pthreads to QThread

As part of ticket #5501, I'm chasing down all direct users of pthreads and
converting them to QThreads.  This victim is the thread within the DevRdB code.
This chunk of code could use a refactor, likely, but I have attempted to keep
it as close to the previous code as possible.

This code has been running in production here for 12 days.

Modified:

   mythtv/libs/libmythtv/DeviceReadBuffer.cpp
   mythtv/libs/libmythtv/DeviceReadBuffer.h



More information about the mythtv-commits mailing list