Apache HTTPD
Public Attributes | List of all members
h2_fifo Struct Reference

Public Attributes

void ** elems
 
int capacity
 
int set
 
int in
 
int out
 
int count
 
int aborted
 
apr_thread_mutex_tlock
 
apr_thread_cond_tnot_empty
 
apr_thread_cond_tnot_full
 

Detailed Description

Definition at line 526 of file h2_util.c.

Member Data Documentation

◆ aborted

int h2_fifo::aborted

Definition at line 533 of file h2_util.c.

◆ capacity

int h2_fifo::capacity

Definition at line 528 of file h2_util.c.

◆ count

int h2_fifo::count

Definition at line 532 of file h2_util.c.

◆ elems

void** h2_fifo::elems

Definition at line 527 of file h2_util.c.

◆ in

int h2_fifo::in

Definition at line 530 of file h2_util.c.

◆ lock

apr_thread_mutex_t* h2_fifo::lock

Definition at line 534 of file h2_util.c.

◆ not_empty

apr_thread_cond_t* h2_fifo::not_empty

Definition at line 535 of file h2_util.c.

◆ not_full

apr_thread_cond_t* h2_fifo::not_full

Definition at line 536 of file h2_util.c.

◆ out

int h2_fifo::out

Definition at line 531 of file h2_util.c.

◆ set

int h2_fifo::set

Definition at line 529 of file h2_util.c.


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