Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
pthread_timer Struct Reference

Data Fields

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

Detailed Description

Definition at line 86 of file res_timing_pthread.c.

Field Documentation

◆ continuous

bool continuous

◆ interval

unsigned int interval

Interval in ms for current rate

Definition at line 91 of file res_timing_pthread.c.

Referenced by check_timer(), and pthread_timer_set_rate().

◆ pending_ticks

unsigned int pending_ticks

Definition at line 93 of file res_timing_pthread.c.

Referenced by ack_ticks(), and run_timer().

◆ pipe

int pipe[2]

◆ pipe_signaled

bool pipe_signaled

Definition at line 96 of file res_timing_pthread.c.

Referenced by signal_pipe(), and unsignal_pipe().

◆ rate

unsigned int rate

Definition at line 89 of file res_timing_pthread.c.

Referenced by pthread_timer_set_rate().

◆ start

struct timeval start

Definition at line 94 of file res_timing_pthread.c.

Referenced by check_timer(), and pthread_timer_set_rate().

◆ state

◆ tick_count

unsigned int tick_count

Definition at line 92 of file res_timing_pthread.c.

Referenced by check_timer(), and pthread_timer_set_rate().


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