Typedefs | |
| typedef apr_global_mutex_t | apr_global_mutex_t |
Functions | |
| APR_DECLARE (apr_status_t) apr_global_mutex_create(apr_global_mutex_t **mutex | |
| APR_POOL_DECLARE_ACCESSOR (global_mutex) | |
Variables | |
| const char * | fname |
| const char apr_lockmech_e | mech |
| const char apr_lockmech_e apr_pool_t * | pool |
|
|
Opaque global mutex structure. Definition at line 46 of file apr_global_mutex.h. |
|
|
Create and initialize a mutex that can be used to synchronize both processes and threads. Note: There is considerable overhead in using this API if only cross-process or cross-thread mutual exclusion is required. See apr_proc_mutex.h and apr_thread_mutex.h for more specialized lock routines.
Definition at line 24 of file netware/dso.c. |
|
|
Get the pool used by this global_mutex.
|
|
|
Definition at line 92 of file apr_global_mutex.h. |
|
|
Definition at line 75 of file apr_global_mutex.h. Referenced by AP_DECLARE(). |
|
|
Definition at line 92 of file apr_global_mutex.h. |