|
GME
13
|
APR Process Locking Routines. More...
Go to the source code of this file.
Typedefs | |
| typedef struct 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 |
APR Process Locking Routines.
Definition in file apr_proc_mutex.h.
1.7.6.1