FreeRDP
APC_QUEUE Struct Reference

Data Fields

pthread_mutex_t mutex
 
DWORD length
 
WINPR_APC_ITEM * head
 
WINPR_APC_ITEM * tail
 
BOOL treatingCompletions
 

Detailed Description

Definition at line 68 of file apc.h.

Field Documentation

◆ head

WINPR_APC_ITEM* APC_QUEUE::head

Definition at line 72 of file apc.h.

◆ length

DWORD APC_QUEUE::length

Definition at line 71 of file apc.h.

◆ mutex

pthread_mutex_t APC_QUEUE::mutex

Definition at line 70 of file apc.h.

◆ tail

WINPR_APC_ITEM * APC_QUEUE::tail

Definition at line 72 of file apc.h.

◆ treatingCompletions

BOOL APC_QUEUE::treatingCompletions

Definition at line 73 of file apc.h.


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