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.
Previous: ap_default_type
Next: ap_destroy_pool
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)