Definition:
mutex *ap_open_mutex(char *name);
Usage example:
static mutex *start_mutex = NULL;
start_mutex = ap_open_mutex(NULL);
Opens a mutex. Only actually does anything on multithreaded platforms.
Returns a mutex * in name.
Previous: ap_open_logs
Next: ap_open_piped_log
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)