FreeRDP
WINPR_TIMER_QUEUE Struct Reference
Collaboration diagram for WINPR_TIMER_QUEUE:

Data Fields

WINPR_HANDLE common
 
pthread_t thread
 
pthread_attr_t attr
 
pthread_mutex_t mutex
 
pthread_cond_t cond
 
pthread_mutex_t cond_mutex
 
struct sched_param param
 
BOOL bCancelled
 
WINPR_TIMER_QUEUE_TIMER * activeHead
 
WINPR_TIMER_QUEUE_TIMER * inactiveHead
 

Detailed Description

Definition at line 121 of file libwinpr/synch/synch.h.

Field Documentation

◆ activeHead

WINPR_TIMER_QUEUE_TIMER* WINPR_TIMER_QUEUE::activeHead

Definition at line 133 of file libwinpr/synch/synch.h.

◆ attr

pthread_attr_t WINPR_TIMER_QUEUE::attr

Definition at line 126 of file libwinpr/synch/synch.h.

◆ bCancelled

BOOL WINPR_TIMER_QUEUE::bCancelled

Definition at line 132 of file libwinpr/synch/synch.h.

◆ common

WINPR_HANDLE WINPR_TIMER_QUEUE::common

Definition at line 123 of file libwinpr/synch/synch.h.

◆ cond

pthread_cond_t WINPR_TIMER_QUEUE::cond

Definition at line 128 of file libwinpr/synch/synch.h.

◆ cond_mutex

pthread_mutex_t WINPR_TIMER_QUEUE::cond_mutex

Definition at line 129 of file libwinpr/synch/synch.h.

◆ inactiveHead

WINPR_TIMER_QUEUE_TIMER* WINPR_TIMER_QUEUE::inactiveHead

Definition at line 134 of file libwinpr/synch/synch.h.

◆ mutex

pthread_mutex_t WINPR_TIMER_QUEUE::mutex

Definition at line 127 of file libwinpr/synch/synch.h.

◆ param

struct sched_param WINPR_TIMER_QUEUE::param

Definition at line 129 of file libwinpr/synch/synch.h.

◆ thread

pthread_t WINPR_TIMER_QUEUE::thread

Definition at line 125 of file libwinpr/synch/synch.h.


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