VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
specific.c File Reference
Include dependency graph for specific.c:

Macros

#define VLC_IPC_PIPE   "\\PIPE\\VLC\\IPC\\"VERSION
#define IPC_CMD_GO   0x00
#define IPC_CMD_ENQUEUE   0x01
#define IPC_CMD_QUIT   0xFF

Functions

static void IPCHelperThread (void *arg)
void system_Init (void)
void system_Configure (libvlc_int_t *p_this, int i_argc, const char *const ppsz_argv[])
void system_End (void)
 Cleans up after system_Init() and system_Configure().

Variables

int _fmode_bin
static HPIPE hpipeIPC = NULLHANDLE
static int tidIPCFirst = -1
static int tidIPCHelper = -1

Macro Definition Documentation

#define IPC_CMD_ENQUEUE   0x01
#define IPC_CMD_GO   0x00

Referenced by system_Configure().

#define IPC_CMD_QUIT   0xFF

Referenced by IPCHelperThread(), and system_End().

#define VLC_IPC_PIPE   "\\PIPE\\VLC\\IPC\\"VERSION

Referenced by system_Configure(), and system_End().

Function Documentation

static void IPCHelperThread ( void *  arg)
static
void system_Configure ( libvlc_int_t p_this,
int  i_argc,
const char *const  ppsz_argv[] 
)
void system_End ( void  )
void system_Init ( void  )

References _fmode_bin.

Variable Documentation

int _fmode_bin

Referenced by system_Init().

HPIPE hpipeIPC = NULLHANDLE
static
int tidIPCFirst = -1
static
int tidIPCHelper = -1
static