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 |
#define _zbar_thread_is_self | ( | ... | ) |
Referenced by _zbar_processor_lock(), _zbar_processor_unlock(), and _zbar_processor_wait().
#define _zbar_thread_self | ( | ... | ) |
Referenced by _zbar_processor_lock(), _zbar_video_open(), proc_waiter_queue(), and vfw_capture_thread().
#define _zbar_thread_start | ( | ... | ) |
#define _zbar_thread_stop | ( | ... | ) |
typedef int zbar_thread_id_t |
typedef void zbar_thread_proc_t |
typedef struct zbar_thread_s zbar_thread_t |