ZBar Bar Code Reader Library  version 0.10
thread.h File Reference
Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  zbar_thread_s
 

Macros

#define _zbar_thread_is_self(...)
 
#define _zbar_thread_self(...)
 
#define _zbar_thread_start(...)
 
#define _zbar_thread_stop(...)
 

Typedefs

typedef int zbar_thread_id_t
 
typedef void zbar_thread_proc_t
 
typedef struct zbar_thread_s zbar_thread_t
 

Macro Definition Documentation

#define _zbar_thread_is_self (   ...)
#define _zbar_thread_self (   ...)
#define _zbar_thread_start (   ...)
#define _zbar_thread_stop (   ...)

Typedef Documentation

typedef int zbar_thread_id_t
typedef struct zbar_thread_s zbar_thread_t