Definition:
mutex *ap_create_mutex(char *name);
Usage example:
static mutex *alloc_mutex = NULL;
alloc_mutex = ap_create_mutex(NULL);
Creates a mutex. Only actually does anything on multithreaded platforms.
Returns a mutex * in name.
Previous: ap_create_environment
Next: ap_create_per_dir_config
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)