Apache2
apr_thread_once_t Struct Reference

#include <apr_arch_threadproc.h>

Data Fields

sem_id sem
 
int hit
 
unsigned long value
 
unsigned long sem
 
char hit
 
pthread_once_t once
 
INIT_ONCE once
 

Field Documentation

◆ hit [1/2]

int apr_thread_once_t::hit

◆ hit [2/2]

char apr_thread_once_t::hit

◆ once [1/2]

pthread_once_t apr_thread_once_t::once

◆ once [2/2]

INIT_ONCE apr_thread_once_t::once

◆ sem [1/2]

sem_id apr_thread_once_t::sem

◆ sem [2/2]

unsigned long apr_thread_once_t::sem

◆ value

unsigned long apr_thread_once_t::value

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