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

#include <apr_arch_threadproc.h>

Public Attributes

sem_id sem
 
int hit
 
unsigned long value
 
unsigned long sem
 
char hit
 
long value
 

Detailed Description

Definition at line 89 of file apr_arch_threadproc.h.

Member Data Documentation

◆ hit [1/2]

int apr_thread_once_t::hit

Definition at line 91 of file apr_arch_threadproc.h.

◆ hit [2/2]

char apr_thread_once_t::hit

Definition at line 63 of file apr_arch_threadproc.h.

◆ sem [1/2]

sem_id apr_thread_once_t::sem

Definition at line 90 of file apr_arch_threadproc.h.

◆ sem [2/2]

unsigned long apr_thread_once_t::sem

Definition at line 62 of file apr_arch_threadproc.h.

◆ value [1/2]

unsigned long apr_thread_once_t::value

Definition at line 68 of file apr_arch_threadproc.h.

◆ value [2/2]

long apr_thread_once_t::value

Definition at line 68 of file apr_arch_threadproc.h.


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