vdr  1.7.27
Classes | Defines | Typedefs | Functions
thread.h File Reference
#include <pthread.h>
#include <stdio.h>
#include <sys/types.h>

Go to the source code of this file.

Classes

class  cCondWait
class  cCondVar
class  cRwLock
class  cMutex
class  cThread
class  cMutexLock
class  cThreadLock
class  cPipe

Defines

#define LOCK_THREAD   cThreadLock ThreadLock(this)

Typedefs

typedef pid_t tThreadId

Functions

int SystemExec (const char *Command, bool Detached=false)

Define Documentation

#define LOCK_THREAD   cThreadLock ThreadLock(this)

Typedef Documentation

typedef pid_t tThreadId

Definition at line 75 of file include/vdr/thread.h.


Function Documentation

int SystemExec ( const char *  Command,
bool  Detached = false 
)