Macros | |
#define | _zbar_mutex_destroy(l) |
#define | _zbar_mutex_init(l) |
#define | _zbar_mutex_lock(l) |
#define | _zbar_mutex_unlock(l) |
Typedefs | |
typedef int | zbar_mutex_t[0] |
#define _zbar_mutex_destroy | ( | l | ) |
Referenced by zbar_processor_destroy(), zbar_video_destroy(), and zbar_window_destroy().
#define _zbar_mutex_init | ( | l | ) |
Referenced by zbar_processor_create(), zbar_video_create(), and zbar_window_create().
#define _zbar_mutex_lock | ( | l | ) |
Referenced by _zbar_event_trigger(), _zbar_event_wait(), _zbar_process_image(), _zbar_processor_handle_input(), _zbar_processor_input_wait(), _zbar_processor_wait(), proc_enter(), proc_kick_handler(), proc_video_handler(), proc_wait_unthreaded(), vfw_capture_thread(), vfw_dq(), vfw_error_cb(), vfw_stop(), vfw_stream_cb(), video_lock(), window_lock(), x_connection_handler(), zbar_process_image(), zbar_process_one(), zbar_processor_get_userdata(), zbar_processor_init(), zbar_processor_set_active(), zbar_processor_set_userdata(), zbar_processor_set_visible(), and zbar_processor_user_wait().
#define _zbar_mutex_unlock | ( | l | ) |
Referenced by _zbar_event_trigger(), _zbar_event_wait(), _zbar_process_image(), _zbar_processor_handle_input(), _zbar_processor_input_wait(), _zbar_processor_wait(), proc_kick_handler(), proc_leave(), proc_video_handler(), proc_wait_unthreaded(), vfw_capture_thread(), vfw_dq(), vfw_error_cb(), vfw_stop(), vfw_stream_cb(), video_unlock(), window_unlock(), x_connection_handler(), zbar_process_image(), zbar_process_one(), zbar_processor_get_userdata(), zbar_processor_init(), zbar_processor_set_active(), zbar_processor_set_userdata(), zbar_processor_set_visible(), and zbar_processor_user_wait().
typedef int zbar_mutex_t[0] |