Library Version 11.2.5.2
void free_mutex(db_mutex_t mtx)
Free a mutex, and return immediately.
The mutex handle to free.
0 if succeed, non-zero otherwise, call db_strerror to get message.
These functions are in-process mutex support which uses Berkeley DB mutex mechanisms.
You can call these functions to do portable synchronization for your code.
dbstl_global_functions