#include <pthread.h>
Go to the source code of this file.
Data Structures | |
struct | _sCaptureThreadArgs |
Typedefs | |
typedef _sCaptureThreadArgs | sCaptureThreadArgs |
typedef _sCaptureThreadArgs * | psCaptureThreadArgs |
Functions | |
int | CreateCaptureThread (struct _sCapture *pCapture, psCaptureThreadArgs pCaptureThreadArgs) |
void | JoinCaptureThread (struct _sCapture *pCapture) |
void | FreeCaptureThreadArgs (psCaptureThreadArgs *pCaptureThreadArgs) |
Variables | |
int | CaptureThreadStop |
typedef struct _sCaptureThreadArgs * psCaptureThreadArgs |
typedef struct _sCaptureThreadArgs sCaptureThreadArgs |
int CreateCaptureThread | ( | struct _sCapture * | pCapture, | |
psCaptureThreadArgs | pCaptureThreadArgs | |||
) |
void FreeCaptureThreadArgs | ( | psCaptureThreadArgs * | pCaptureThreadArgs | ) |
void JoinCaptureThread | ( | struct _sCapture * | pCapture | ) |