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

Classes

struct  zbar_event_s
 

Typedefs

typedef struct zbar_event_s zbar_event_t
 

Functions

void _zbar_event_destroy (zbar_event_t *)
 
int _zbar_event_init (zbar_event_t *)
 
void _zbar_event_trigger (zbar_event_t *)
 
int _zbar_event_wait (zbar_event_t *, zbar_mutex_t *, zbar_timer_t *)
 

Typedef Documentation

typedef struct zbar_event_s zbar_event_t

Function Documentation

void _zbar_event_destroy ( zbar_event_t )

Referenced by _zbar_event_trigger(), _zbar_thread_start(), _zbar_thread_stop(), and zbar_processor_destroy().

Here is the caller graph for this function:

int _zbar_event_init ( zbar_event_t )

Referenced by _zbar_event_trigger(), _zbar_thread_start(), and proc_waiter_queue().

Here is the caller graph for this function: