FreeRDP
|
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 |
Definition at line 121 of file libwinpr/synch/synch.h.
WINPR_TIMER_QUEUE_TIMER* WINPR_TIMER_QUEUE::activeHead |
Definition at line 133 of file libwinpr/synch/synch.h.
pthread_attr_t WINPR_TIMER_QUEUE::attr |
Definition at line 126 of file libwinpr/synch/synch.h.
BOOL WINPR_TIMER_QUEUE::bCancelled |
Definition at line 132 of file libwinpr/synch/synch.h.
WINPR_HANDLE WINPR_TIMER_QUEUE::common |
Definition at line 123 of file libwinpr/synch/synch.h.
pthread_cond_t WINPR_TIMER_QUEUE::cond |
Definition at line 128 of file libwinpr/synch/synch.h.
pthread_mutex_t WINPR_TIMER_QUEUE::cond_mutex |
Definition at line 129 of file libwinpr/synch/synch.h.
WINPR_TIMER_QUEUE_TIMER* WINPR_TIMER_QUEUE::inactiveHead |
Definition at line 134 of file libwinpr/synch/synch.h.
pthread_mutex_t WINPR_TIMER_QUEUE::mutex |
Definition at line 127 of file libwinpr/synch/synch.h.
struct sched_param WINPR_TIMER_QUEUE::param |
Definition at line 129 of file libwinpr/synch/synch.h.
pthread_t WINPR_TIMER_QUEUE::thread |
Definition at line 125 of file libwinpr/synch/synch.h.