FreeRDP
WINPR_TIMER_QUEUE Struct Reference

#include <synch.h>

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
 

Field Documentation

◆ activeHead

WINPR_TIMER_QUEUE_TIMER* WINPR_TIMER_QUEUE::activeHead

◆ attr

pthread_attr_t WINPR_TIMER_QUEUE::attr

◆ bCancelled

BOOL WINPR_TIMER_QUEUE::bCancelled

◆ common

WINPR_HANDLE WINPR_TIMER_QUEUE::common

◆ cond

pthread_cond_t WINPR_TIMER_QUEUE::cond

◆ cond_mutex

pthread_mutex_t WINPR_TIMER_QUEUE::cond_mutex

◆ inactiveHead

WINPR_TIMER_QUEUE_TIMER* WINPR_TIMER_QUEUE::inactiveHead

◆ mutex

pthread_mutex_t WINPR_TIMER_QUEUE::mutex

◆ param

struct sched_param WINPR_TIMER_QUEUE::param

◆ thread

pthread_t WINPR_TIMER_QUEUE::thread

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