Apache2
apr_os_proc_mutex_t Struct Reference

#include <apr_portable.h>

Data Fields

int crossproc
 
pthread_mutex_t * pthread_interproc
 
sem_t * psem_interproc
 

Detailed Description

Basic OS process mutex structure.

Field Documentation

◆ crossproc

int apr_os_proc_mutex_t::crossproc

Value used for SYS V Semaphore, FCNTL and FLOCK serialization

◆ psem_interproc

sem_t* apr_os_proc_mutex_t::psem_interproc

Value used for POSIX semaphores serialization

◆ pthread_interproc

pthread_mutex_t* apr_os_proc_mutex_t::pthread_interproc

Value used for PTHREAD serialization


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