Skip to content

Commit

Permalink
Remove some trivial references to pthread.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Aug 15, 2011
1 parent 9e4c204 commit e0fff38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythprotoserver/requesthandler/deletethread.h
@@ -1,9 +1,6 @@
#ifndef DELETETHREAD_H_
#define DELETETHREAD_H_

// POSIX headers
#include <pthread.h>

// ANSI C headers
#include <stdint.h>
#include <unistd.h>
Expand Down
6 changes: 3 additions & 3 deletions mythtv/libs/libmythtv/vsync.h
Expand Up @@ -58,7 +58,7 @@ class VideoSync
*
* Start(void), WaitForFrame(void), and Stop(void) should
* always be called from same thread, to prevent bad
* interactions with pthreads.
* interactions with threads.
*/
virtual void Start(void);

Expand All @@ -67,7 +67,7 @@ class VideoSync
*
* Start(void), WaitForFrame(void), and Stop(void) should
* always be called from same thread, to prevent bad
* interactions with pthreads.
* interactions with threads.
*
* \param sync_delay time until the desired frame or field
* \sa CalcDelay(void), KeepPhase(void)
Expand All @@ -83,7 +83,7 @@ class VideoSync
*
* Start(void), WaitForFrame(void), and Stop(void) should
* always be called from same thread, to prevent bad
* interactions with pthreads.
* interactions with threads.
*/
virtual void Stop(void) {}

Expand Down

0 comments on commit e0fff38

Please sign in to comment.