Apache 1.3 API Documentation

Routine ap_destroy_mutex

Definition:

void ap_destroy_mutex(mutex *mutex_id);
     

Usage example:

static mutex *start_mutex = NULL; 
ap_destroy_mutex(start_mutex);
     

Destroys a mutex. Only actually does anything on multithreaded platforms.

Returns nothing.

See also:
ap_acquire_mutex, ap_create_mutex, ap_open_mutex, mutex

Previous: ap_default_type Next: ap_destroy_pool

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