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

#include <apr_arch_thread_cond.h>

Public Attributes

struct { 
 
   struct waiter_t *volatile   next 
 
   struct waiter_t *volatile   prev 
 
link 
 
sem_id sem
 

Detailed Description

Definition at line 29 of file apr_arch_thread_cond.h.

Member Data Documentation

◆ [struct]

struct { ... } waiter_t::link

◆ next

struct waiter_t* volatile waiter_t::next

Definition at line 30 of file apr_arch_thread_cond.h.

◆ prev

struct waiter_t* volatile waiter_t::prev

Definition at line 30 of file apr_arch_thread_cond.h.

◆ sem

sem_id waiter_t::sem

Definition at line 31 of file apr_arch_thread_cond.h.


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