Typedefs | |
| typedef apr_proc_mutex_t | apr_proc_mutex_t |
Enumerations | |
| enum | apr_lockmech_e { APR_LOCK_FCNTL, APR_LOCK_FLOCK, APR_LOCK_SYSVSEM, APR_LOCK_PROC_PTHREAD, APR_LOCK_POSIXSEM, APR_LOCK_DEFAULT } |
Functions | |
| APR_DECLARE (apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex | |
| APR_DECLARE (const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex) | |
| APR_POOL_DECLARE_ACCESSOR (proc_mutex) | |
Variables | |
| const char * | fname |
| const char apr_lockmech_e | mech |
| const char apr_lockmech_e apr_pool_t * | pool |
|
|
Opaque structure representing a process mutex. Definition at line 54 of file apr_proc_mutex.h. |
|
|
Enumerated potential types for APR process locking methods
Definition at line 44 of file apr_proc_mutex.h. |
|
|
Definition at line 128 of file netware/dso.c. |
|
|
Create and initialize a mutex that can be used to synchronize processes.
Definition at line 24 of file netware/dso.c. |
|
|
Get the pool used by this proc_mutex.
|
|
|
Definition at line 96 of file apr_proc_mutex.h. |
|
|
Definition at line 80 of file apr_proc_mutex.h. |
|
|
Definition at line 96 of file apr_proc_mutex.h. |