Sun Oct 16 2011 08:43:15

Asterisk developer's documentation


pthread_timer Struct Reference

Data Fields

unsigned int continuous:1
unsigned int interval
unsigned int pending_ticks
int pipe [2]
unsigned int rate
struct timeval start
enum pthread_timer_state state
unsigned int tick_count

Field Documentation

unsigned int interval

Interval in ms for current rate

Definition at line 90 of file res_timing_pthread.c.

Referenced by pthread_timer_set_rate(), and check_timer().

unsigned int pending_ticks

Definition at line 92 of file res_timing_pthread.c.

Referenced by pthread_timer_get_event(), read_pipe(), and write_byte().

unsigned int rate

Definition at line 88 of file res_timing_pthread.c.

Referenced by pthread_timer_set_rate().

struct timeval start

Definition at line 93 of file res_timing_pthread.c.

Referenced by pthread_timer_set_rate(), and check_timer().

unsigned int tick_count

Definition at line 91 of file res_timing_pthread.c.

Referenced by pthread_timer_set_rate(), and check_timer().


The documentation for this struct was generated from the following file: