Apache Portable Runtime
Data Fields

apr_os_proc_mutex_t Struct Reference

#include <apr_portable.h>

Data Fields

int crossproc
pthread_mutex_t * pthread_interproc
pthread_mutex_t * intraproc
sem_t * psem_interproc

Detailed Description

Basic OS process mutex structure.


Field Documentation

Value used for SYS V Semaphore, FCNTL and FLOCK serialization

This value is currently unused within APR and Apache

Value used for POSIX semaphores serialization

Value used for PTHREAD serialization


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines