Apache 1.3 API Documentation

Routine ap_open_mutex

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.

See also:
ap_acquire_mutex, ap_create_mutex, ap_destroy_mutex, mutex

Previous: ap_open_logs Next: ap_open_piped_log

Table of Contents (Routines, Structures, Data Cells, Constants)